This script automates the installation of the Metasploit Framework on Termux, a terminal emulator for Android. Metasploit is a powerful tool used for penetration testing, vulnerability research, and exploitation development. This guide will help you set up Metasploit quickly and efficiently.
- Automated Updates: Ensures your Termux environment is up to date.
- Dependency Installation: Installs all required packages for Metasploit.
- Metasploit Fetching: Downloads and extracts the latest Metasploit Framework.
- Ruby Configuration: Manages Ruby installations and configurations.
- Seamless Integration: Sets up Metasploit commands (
msfconsole
,msfvenom
,msfdb
,msfrpcd
) to run directly from the terminal.
- A device running Android with Termux installed.
- An internet connection to download packages and Metasploit.
Clone the repository or download the script manually:
git clone https://git.1-hub.cnAhmed-AlNassif/Metasploit-Termux-Installer.git
cd Metasploit-Termux-Installer
chmod +x install_metasploit.sh
./install_metasploit.sh
This project is licensed under the MIT License.
- Author: Ahmed Al-Nassif
- GitHub: Ahmed-AlNassif
- Facebook: Ahm3d.Nassif
Contributions are welcome! Please fork the repository, create a feature branch, and submit a pull request with your changes.