A colorful, powerful Python script to install Metasploit on Termux with a hacking-themed interface.
- Vibrant hacker theme with green, red, cyan, and magenta colors.
- Real-time download and installation progress with percentages.
- System health checks for CPU, memory, and storage.
- Auto-retry for failed downloads.
- Verbose and silent modes:
--verbose
or--silent
. - Error logging and rollback on failure.
- Install Requirements: Start:
pkg install wget curl git python -y pip install requests tqdm psutil
wget https://raw.github.com/xploitpoison/metasploit-termux-installer/main/metasploit_installer_v2.0.py
python metasploit_installer_v2.0.py
# Verbose mode:
python metasploit_installer_v2.0.py --verbose
# Silent mode:
python metasploit_installer_v2.0.py --silent