Hacktronian: Installation & Usage Commands
Introduction
Hacktronian is an all-in-one menu-based penetration testing toolkit optimized for the Termux environment. It serves as a centralized hub for ethical hackers and security enthusiasts, providing instant access to a wide array of tools for information gathering, password attacks, wireless testing, and more. Hacktronian is particularly useful for beginners, as it simplifies the process of exploring and utilizing powerful security utilities through a single, easy-to-navigate interface.
Prerequisites
To ensure Hacktronian runs correctly on your Android device, you must have the following dependencies installed in Termux:
- Git: Required for cloning the toolkit from GitHub.
- Python 2: Hacktronian is built on Python 2 and requires its interpreter for execution.
Installation Steps
Follow these terminal commands sequentially to install Hacktronian in your Termux environment:
1. Update System Packages
pkg update && pkg upgrade -y
2. Install Git
pkg install git -y
3. Clone the Hacktronian Repository
git clone https://github.com/thehackingsage/hacktronian
4. Navigate to the Directory
cd hacktronian
5. Set Executable Permissions
chmod +x hacktronian.py
6. Launch the Toolkit
python2 hacktronian.py
Available Menu Categories
Once launched, Hacktronian presents a comprehensive menu with several categorized modules:
- Information Gathering: Tools for DNS lookup, Whois, and network reconnaissance.
- Password Attacks: Utilities for auditing password strength and local security.
- Wireless Testing: Modules specifically for testing Wi-Fi network security.
- Exploitation Tools: Collection of scripts for testing known vulnerabilities.
- Sniffing & Spoofing: Tools for capturing and manipulating network traffic.
- Web Hacking: Scanners and utilities for testing web application security.
- Phishing Tools: Modules for creating awareness regarding social engineering attacks.