Prerequisites
Before starting, ensure you have:HackingTool Installed
Follow the Installation Guide if you havenโt installed HackingTool yet
Root Access
You must run HackingTool with
sudo privilegesLaunching HackingTool
Start HackingTool
Open your terminal and run:
On first launch, youโll be prompted to set an installation path for tools. Choose option
2 for the default path /home/hackingtool/ or option 1 to specify a custom directory.Understanding the Interface
HackingTool uses a rich terminal UI with color-coded categories:Menu Navigation
Type a number (0-16 or 99) and press Enter
Category Icons
Each category has a unique emoji for quick identification
Interactive Prompts
Follow on-screen prompts to install and configure tools
Tool Categories Overview
HackingTool organizes 100+ security tools into 17 tool categories:| Number | Category | Icon | Example Tools |
|---|---|---|---|
| 0 | Anonymously Hiding Tools | ๐ก๏ธ | Anonsurf, Multitor |
| 1 | Information Gathering | ๐ | Nmap, ReconSpider, Sherlock |
| 2 | Wordlist Generator | ๐ | Cupp, WordlistCreator |
| 3 | Wireless Attack | ๐ถ | WiFi-Pumpkin, Wifiphisher, Wifite |
| 4 | SQL Injection | ๐งฉ | SQLMap, NoSQLMap |
| 5 | Phishing Attack | ๐ฃ | SET, SocialFish, HiddenEye |
| 6 | Web Attack | ๐ | Skipfish, Sublist3r, Dirb |
| 7 | Post Exploitation | ๐ง | Vegile, HeraKeylogger |
| 8 | Forensic Tools | ๐ต๏ธ | Autopsy, Wireshark, Volatility |
| 9 | Payload Creation | ๐ฆ | TheFatRat, MSFvenom, Venom |
| 10 | Exploit Framework | ๐งฐ | RouterSploit, WebSploit, Commix |
| 11 | Reverse Engineering | ๐ | Androguard, Apk2Gold, JadX |
| 12 | DDOS Attack | โก | SlowLoris, UFOnet, GoldenEye |
| 13 | RAT Tools | ๐ฅ๏ธ | Stitch, Pyshell |
| 14 | XSS Attack | ๐ฅ | XSStrike, DalFox, XSpear |
| 15 | Steganography | ๐ผ๏ธ | SteganoHide, StegoCracker |
| 16 | Other Tools | โจ | Social media finders, hash crackers |
Installing Your First Tool
Letโs walk through installing Nmap, a popular network scanning tool:Select Information Gathering
From the main menu, type
1 and press Enter to access Information Gathering tools:Select Nmap
Type HackingTool will:
0 to select Nmap:- Check if Nmap is already installed
- Download and install Nmap if needed
- Display installation status
Running Your First Scan
Now that Nmap is installed, letโs perform a basic network scan:Exploring More Tools
Information Gathering Tools
Try these popular tools from the collection:Sherlock - Social Media Username Search
Sherlock - Social Media Username Search
ReconSpider - All-in-One OSINT
ReconSpider - All-in-One OSINT
Purpose: Comprehensive reconnaissance and information gatheringInstallation: Select category
1 โ ReconSpider optionFeatures:- Domain/IP information
- WHOIS lookup
- DNS records
- Subdomain enumeration
- Port scanning
Sublist3r - Subdomain Enumeration
Sublist3r - Subdomain Enumeration
Purpose: Discover subdomains of a target domainInstallation: Select category Example Output:
6 (Web Attack tools) โ SubDomain FinderBasic Usage:Navigation Tips
Return to Main Menu
Type
99 in any submenu to return to the main menuExit HackingTool
Type
99 from the main menu to exit the applicationConfirm Actions
After installing a tool, youโll be asked: โReturn to main menu? [Y/n]โ
View Tool Info
Most tools display their GitHub repository and description before installation
Working Directory
All tools are installed to your configured path (default:/home/hackingtool/):
Common Workflows
Workflow 1: Reconnaissance Phase
Workflow 2: Password Testing
Workflow 3: Wireless Security Testing
Troubleshooting
Tool Installation Fails
Tool Installation Fails
Problem: Git clone or installation errorsSolutions:
- Check internet connectivity:
ping github.com - Verify you have git installed:
git --version - Ensure sufficient disk space:
df -h - Try manually cloning:
cd /home/hackingtool && git clone [tool-url]
Tool Won't Run
Tool Won't Run
Problem: Command not found after installationSolutions:
- Navigate to tool directory:
cd /home/hackingtool/[tool-name] - Run directly:
python3 tool.pyor./tool.sh - Check dependencies:
pip3 install -r requirements.txt - Verify permissions:
chmod +x tool.sh
Permission Denied Errors
Permission Denied Errors
Problem: Cannot write to directories or execute toolsSolution: Always run HackingTool with sudo:
Menu Not Displaying Correctly
Menu Not Displaying Correctly
Best Practices
Always Get Authorization
Only test systems you own or have written permission to assess
Document Everything
Keep logs of all scans and tests for reporting
Use Anonymity Tools
Enable Anonsurf or VPN before testing (where appropriate)
Stay Updated
Regularly update HackingTool (option 99) for latest tools
Test in Lab First
Practice on your own lab environment before real assessments
Understand Each Tool
Read tool documentation before use - donโt run blind
Next Steps
Explore Categories
Deep dive into all 17 tool categories and their capabilities
Advanced Usage
Learn advanced techniques and troubleshooting tips
Tool References
Complete list of all 100+ integrated security tools
Join Community
Contribute to the project and suggest new tools