PayloadMaster is a bash script that streamlines the process of creating Metasploit payloads setting up listeners for different platforms scanning for MS17-010 vulnerabilities and exploiting Windows targets using MS17-010 (EternalBlue).
Here're some of the project's best features:
- Supports Windows Linux and Android platforms.
- Allows you to choose the payload type based on the selected platform.
- Scans for MS17-010 vulnerabilities.
- Exploits Windows targets using MS17-010 (EternalBlue).
- Enables Remote Desktop on Windows targets using MS17-010.
- Creates payloads with a link (HTA Server).
- Metasploit Framework
- Bash shell (Linux and macOS)
1. Clone the repository:
git clone https://github.com/lohitkolluri/PayloadMaster.git
2. Navigate to the script directory:
cd PayloadMaster
3. Make the script executable:
chmod +x payloadmaster.sh
4. Run the script:
./payloadmaster.sh
5. Follow the on-screen instructions to create payloads scan for vulnerabilities and exploit targets.
This project is licensed under the MIT License