Cross-platform installer for ethical hacking and cybersecurity tools designed for educational environments, security research, and authorized penetration testing workflows.
Supports:
- Kali Linux
- Termux
- iSH
- Linux-based environments
One-command installer for ethical hacking tools on Kali Linux, Termux (Android), and iSH (iOS).
git clone https://github.com/mahi-cyberaware/ethical-hacking-tools-installer.git && cd ethical-hacking-installer && ./setup.sh && ./ethical_hacking_installer.sh
- Multi-Platform Support: Works on Kali Linux, Termux, and iSH
- 300+ Tools: Pre-configured tool lists
- Easy to Use: Simple menu-driven interface
- Auto-Detection: Automatically detects your OS
- Safe Installation: Only from official repositories
- GitHub Ready: Pre-configured with your credentials
sudo apt update && sudo apt upgrade -y
sudo apt install git -y
git clone https://github.com/mahi-cyberaware/ethical-hacking-tools-installer.git
cd ethical-hacking-tools-installer
chmod +x setup.sh ethical_hacking_installer.sh
./setup.sh
./ethical_hacking_installer.shpkg update && pkg upgrade -y
pkg install git -y
git clone https://github.com/mahi-cyberaware/ethical-hacking-tools-installer.git
cd ethical-hacking-tools-installer
chmod +x setup.sh ethical_hacking_installer.sh
./setup.sh
./ethical_hacking_installer.shapk update && apk upgrade
apk add git bash
git clone https://github.com/mahi-cyberaware/ethical-hacking-tools-installer.git
cd ethical-hacking-tools-installer
chmod +x setup.sh ethical_hacking_installer.sh
./setup.sh
./ethical_hacking_installer.sh
β οΈ Note: iSH uses Alpine Linux and some tools may have limited compatibility.
sudo apt update && sudo apt upgrade -y
sudo apt install git -y
git clone https://github.com/mahi-cyberaware/ethical-hacking-tools-installer.git
cd ethical-hacking-tools-installer
chmod +x setup.sh ethical_hacking_installer.sh
./setup.sh
./ethical_hacking_installer.sh