The Wayback Machine - https://web.archive.org/web/20220611224132/https://github.com/topics/payload-generator
Here are
66 public repositories
matching this topic...
The LAZY script will make your life easier, and of course faster.
Updated
Aug 28, 2021
Shell
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Updated
Jun 10, 2022
PowerShell
Hacking tools pack & backdoors generator.
Updated
May 8, 2022
Python
MSFvenom Payload Creator (MSFPC)
Updated
May 9, 2021
Shell
Chimera is a PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.
Updated
Nov 9, 2021
PowerShell
Image Payload Creating/Injecting tools
Updated
May 28, 2022
Perl
🔩 jwt-hack is tool for hacking / security testing to JWT. Supported for En/decoding JWT, Generate payload for JWT attack and very fast cracking(dict/brutefoce)
Cloak can backdoor any python script with some tricks.
Updated
May 5, 2019
Python
Xss Payload Generator ~ Xss Scanner ~ Xss Dork Finder
Updated
Dec 13, 2021
Python
PyIris is a modular remote access trojan toolkit written in python targeting Windows and Linux systems.
Updated
Apr 13, 2022
Python
A polyglot payload generator
Translator from USB-Rubber-Ducky payloads to a Digispark code.
Updated
Dec 22, 2021
Python
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.
Updated
Aug 21, 2020
Python
PowerShell payload generator
Updated
Sep 30, 2021
PowerShell
FUD metasploit Persistence RAT
Updated
Mar 30, 2022
Python
Little tool made in python to create payloads for Linux, Windows and OSX with unique handler
Updated
Sep 1, 2017
Python
trolo - an easy to use script for generating Payloads that bypasses antivirus
Updated
Feb 28, 2017
Shell
DragonMS is Tools for ddos, scanner, tracker, payload generator msfvenom and scraping
Updated
Jan 9, 2022
Python
Simple and easy Metasploit payload generator for Linux & Termux
Updated
Feb 19, 2022
Python
SPY BOMB is a tool used to generate various payloads for android,windows,ios,mac and many more it is very user friendly tool.
Updated
Oct 26, 2020
Shell
Simple MSFVenom Payload Generator
Updated
Feb 14, 2021
Python
Metasploit/MSFVenom Payload Generator Stand Alone
Updated
May 5, 2017
Python
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
A tool for generating reverse shell payloads on the fly.
Updated
Jan 11, 2022
Ruby
Implementação em .net para auxiliar na geração de payloads e QRCodes para pagamento PIX, o sistema de pagamento instantâneo do Brasil.
SPG: Simple MSFVenom Payload Generator
Updated
Jul 10, 2019
Python
A Tool For Crypt File And Bypass AntiVirus Even msfvenom Payloads
EXXX EVASION | Metasploit Antivirus Evasion | Fully Undetectable Payloads
Updated
Apr 27, 2020
Python
Improve this page
Add a description, image, and links to the
payload-generator
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
payload-generator
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
dotnet executable
When compiling the cs files needed for the encoders, the CSC compiler complains and stops the process.
[-] Error: temp\tmpg84fw_q7.cs(26,16777214): error CS1034: Compiler limit exceeded: Line cannot exceed 16777214 charactersTo Reproduce
This happens when passing a binary (in my case ~4MB) into inceptor.
Expected behavior
working