64 skills found · Page 3 of 3
OneHone / Py Shellcodepython-shellcode加载器
iloveflag / PythonShellcodeLoaderPython Shellcode 免杀加载器 支持图形化定制开发✌
Thanh-WuTan / YAN85 SymbolicExecutionToolkitA Python tool using Angr for symbolic execution to deobfuscate YAN85 binaries, auto-identifying registers, opcodes, and syscalls. Includes an autoassembler to generate shellcode from readable code.
ScriptIdiot / Vba Bin RunnerBasic python tools to generate shellcode runner in vba
naksyn / Python Bof RunnerPython inline shellcode injector that could be used to run BOFs by leveraging BOF2shellcode
JayGLXR / Rusty NOPmaskHigh-performance Rust implementation of NOPmask shellcode obfuscation utility, delivering 1.2-1.7x speed improvements over the original Python version.
muhsag / SimpleFuzzera python script to semi automate fuzzing a potential buffer overflow vulnerability on target machine. It will also auto create a payload to be sent to the target and lastly provide a the exact offset of an EIP value to place your shellcode.
Keramas / ShellcodeCarverPython script to carve shellcode into the EAX register
hoodoer / ShellcodeEncryptorPython script to take any file and create a C header file with that binary data encoded as a char array. Optionally XOR encrypts the data. Helpful for creating custom loaders for shellcode.
Kinyas-tr / VENOM 1.0.16 Metasploit Shellcode Generator CompillerVersion release : v1.0.16 Author : pedro ubuntu [ r00t-3xp10it ] Codename: Aconite (Aconitum napellus) Distros Supported : Linux Ubuntu, Kali, Mint, Parrot OS Suspicious-Shell-Activity (SSA) RedTeam develop @2019 banner LEGAL DISCLAMER The author does not hold any responsibility for the bad use of this tool, remember that attacking targets without prior consent is illegal and punished by law. So use this tool responsibly. FRAMEWORK DESCRIPTION The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( C# | python | ruby dll | msi | hta-psh | docm | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python funtion will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a multi-handler to recive the remote connection (shell or meterpreter session). 'venom generator' reproduces some of the technics used by Veil-Evasion.py, unicorn.py, powersploit.py, etc.. HOW DO I DELIVER MY PAYLOADS TO TARGET HOST ? venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html that takes advantage of <iframe> <meta-http-equiv> or <form> tags to be hable to trigger payload downloads, the user just needs to send the link provided to target host. "Apache2 (malicious url) will copy all files needed to your webroot, and starts apache for you." venom shellcode v1.0.16 DEPENDENCIES Zenity | Metasploit | GCC (compiler) | Pyinstaller (compiler) | mingw32 (compiler) | pyherion.py (crypter) wine (emulator) | PEScrambler.exe (PE obfuscator) | apache2 (webserver)| winrar (wine) | shellter (KyRecon) vbs-obfuscator (obfuscator) | avet (Daniel Sauder) | ettercap (MitM + DNS_Spoofing) | icmpsh (ICMP shell) openssl (build SSL certs) | CarbonCopy (sign exe binarys) | ResourceHacker (wine) | NXcrypt (python crypter) "venom.sh will download/install all dependencies as they are needed". Adicionally was build the script venom-main/aux/setup.sh to help you install all framework dependencies fast and easy. we just need to install first the most importante dependencies before trigger setup.sh = zenity, metasploit, ettercap .. DOWNLOAD/INSTALL 1º - Download framework from github git clone https://github.com/r00t-3xp10it/venom.git 2º - Set execution permitions cd venom-main sudo find ./ -name "*.sh" -exec chmod +x {} \; sudo find ./ -name "*.py" -exec chmod +x {} \; 3º - Install all dependencies cd aux && sudo ./setup.sh 4º - Run main tool sudo ./venom.sh Update venom instalation (compare local version againts github oficial version) sudo ./venom.sh -u Framework Main Menu banner venom shellcode v1.0.16 venom shellcode v1.0.16 Detailed info about release 1.0.16: https://github.com/r00t-3xp10it/venom/releases
posquit0 / Expluit0Expluit0 is Library for Python. It is used to generate ShellCode, to test ShellCode or to get more things for Exploit.
JCSteiner / Python BeaconPython files to aide with shellcode execution
analyserdmz / PyJectorPython C-Style Shellcode Injector, armed with XOR, MD5-based, brute-force decryption of the Shellcode.
q3alique / OSCP Offensive ToolsThis project is a collection of Python and PowerShell scripts designed to assist penetration testers and security researchers in automating reverse shell generation, payload creation, and related tasks. Each tool in the project serves a specific purpose, such as creating reverse shells, encoding scripts, or injecting shellcode.
MaroGenio / Meta PythonMetasploit Shellcode Over Python Ctypes Module
haved / Python ShellcodeMy attempt(s) at using C in systems where only python is allowed
ELMERIKH / ShellcodePyjust a Python Shellcode loader
ryan-hughes / Shellcode PrepHandy Python script for converting shellcode .bin files to various formats.
mauricelambert / PeInjectorThis python tool injects shellcode in Windows Program Executable to backdoor it with optional polymorphism.
him114514 / Shellcode Python Him几个免杀的实例