Payload generator that uses Metasploit and Veil - Payday
Payload generator that uses Metasploit and Veil. Takes IP address input and then builds payloads automatically. Calls Veil framework with supplied IP address and creates binaries and handlers. Uses msfvenom to create payloads and writes resource handler files in the same way that Veil does.
Examples:
Generate Metasploit Payloads
payday.py --msf --ip 1.1.1.1
Generate Veil Payloads
payday.py --veil --ip 1.1.1.1
Generate Both
payday.py --veil --msf --ip 1.1.1.1
Clean Out Directories
payday.py --clean
Specify custom output directory
payday --veil --msf --output /path/to/custom --ip 1.1.1.1
Clean custom output directory
payday --output /path/to/custom --clean