Skip to content

webnizam/android-payload-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Payload Generator

This tool helps to generate android payload with the help of QT5. It has a cool and simple graphical user interface which will make generating payload and listening for reverse shell easier.

alt text

Installation

Payload Generator requires Qt5 to run.

Install below dependencies.

pip3 install --user pyqt5  
sudo apt-get install python3-pyqt5  
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools
pip install -r requirements.txt

Run by

python3 qt_payload_gen.py

Plugins

Payload generator is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Url
MSFVenom https://github.com/rapid7/metasploit-framework/wiki/How-to-use-msfvenom
qt5 https://doc.qt.io/qtforpython/

About

GUI Tool to Generate Android Payloads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages