Skip to content

mahi-cyberaware/APayloadMaster

Repository files navigation

APayloadMaster 🔧

GitHub Python Platform Version GitHub stars GitHub forks GitHub license

APayloadMaster

Advanced Payload Generator for Ethical Hacking & Penetration Testing

Advanced Payload Generator with Localhost & Port Forwarding Support for Kali Linux and Termux.

⚠️ WARNING: For Educational & Authorized Penetration Testing Only!
Unauthorised use may be illegal. You are responsible for complying with all applicable laws.


Author: mahi.cyberaware

APayloadMaster is a professional security assessment tool that simplifies the creation, binding, and distribution of payloads for authorized penetration testing. It integrates multiple port‑forwarding services (Ngrok, Serveo, LocalXpose, Pinggy, Cloudflare) and provides a rich set of features for post‑exploitation.


📸 Preview


🎬 Demo


🚀 Features

  • Payload Generation
    Android APK, Windows EXE/DLL, Linux ELF, Python, PowerShell, Bash scripts.

  • Multiple Tunnels

    • Localhost
    • Ngrok (auto‑download + token)
    • Serveo
    • LocalXpose
    • Pinggy Pro (supports persistent subdomains and TCP/HTTP/HTTPS)
    • Cloudflare Tunnel
  • Binding & Hiding

    • Bind payload with APK (requires apktool ≥2.9.2)
    • Embed payload in PDF/DOCX
    • Steganography (hide in images using steghide)
    • Generate QR codes for download
    • Create Windows shortcuts / Android launcher icons
  • Distribution

    • Email, SMS, and social media templates
    • Start an HTTP server for file sharing
    • Decrypt encrypted APKs
  • Listener

    • Automatically start Metasploit multi/handler with the correct payload
    • For tunnels, binds to 0.0.0.0 (so the tunnel can forward connections)
  • Professional Banner & Legal Notice
    Clear warnings about authorised use only.

📦 Installation

On Kali Linux / Debian

git clone https://github.com/mahi-cyberaware/APayloadMaster.git
cd APayloadMaster
chmod +x install.sh
./install.sh 
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py



Developed by mahi.cyberaware


⭐ Star this repository if it helped you!