Skip to content

firefart/msfpayloadgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

msfpayloadgenerator

Generates some metasploit payloads for testing

  • Normal exes
  • UPX packed
  • Python compiled to exes (also UPX packed)
  • Powershell stuff
  • Java Payloads (execute with java -jar payload.jar)
  • Some raw payloads to be executed on a command shell

To install on 64bit Ubuntu/Debian:

dpkg --add-architecture i386
apt-get update
apt-get install wine32
apt-get install winbind

On Kali:

apt-get install python3-netifaces python3-requests

Or:

pip install netifaces requests

After executing the main script start webserver.py in the output directory to download the files on the victim machine.

Also be sure to start msfconsole -q -r output/handler.rc to create all necessary listeners.

About

Generates several metasploit payloads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages