A hacking tool is a piece of software that can be used for different things in cybersecurity and vulnerability testing. These tools help security workers find weaknesses, test security measures, and figure out how strong networks, apps, and systems are. They can be used both offensively and defensively, which helps improve cybersecurity methods as a whole.
Anonymously Hiding Tools
Information Gathering Tools
- Network Map (nmap)
- Dracnmap
- Port scanning
- Host to IP
- Xerosploit
- RED HAWK (All In One Scanning)
- ReconSpider(For All Scanning)
- IsItDown (Check Website Down/Up)
- Infoga – Email OSINT
- ReconDog
- Striker
- SecretFinder (like API & etc)
- Find Info Using Shodan
- Port Scanner – rang3r (Python 2.7)
- Port Scanner – Ranger Reloaded (Python 3+)
- Breacher
Wordlist Generator
Wireless Attack Tools
- WiFi-Pumpkin
- pixiewps
- Bluetooth Honeypot GUI Framework
- Fluxion
- Wifiphisher
- Wifite
- EvilTwin
- Fastssh
- Howmanypeople
SQL Injection Tools
- Sqlmap tool
- NoSqlMap
- Damn Small SQLi Scanner
- Explo
- Blisqy – Exploit Time-based blind-SQL injection
- Leviathan – Wide Range Mass Audit Toolkit
- SQLScan
Phishing Attack Tools
- Setoolkit
- SocialFish
- HiddenEye
- Evilginx2
- I-See_You(Get Location using phishing attack)
- SayCheese (Grab target’s Webcam Shots)
- QR Code Jacking
- ShellPhish
- BlackPhish
Web Attack Tools
- Web2Attack
- Skipfish
- SubDomain Finder
- CheckURL
- Blazy(Also Find ClickJacking)
- Sub-Domain TakeOver
- Dirb
Post Exploitation Tools
Forensic Tools
- Autopsy
- Wireshark
- Bulk extractor
- Disk Clone and ISO Image Acquire
- Toolsley
Payload Creation Tools
Exploit Framework
Reverse Engineering Tools
DDOS Attack Tools
Remote Administrator Tools (RAT)
XSS Attack Tools
- DalFox(Finder of XSS)
- XSS Payload Generator
- Extended XSS Searcher and Finder
- XSS-Freak
- XSpear
- XSSCon
- XanXSS
- Advanced XSS Detection Suite
- RVuln
- Cyclops
Steganograhy Tools
- SteganoHide
- StegnoCracker
- StegoCracker
- Whitespace
Other tools
SocialMedia Bruteforce
Android Hacking Tools
- Keydroid
- MySMS
- Lockphish (Grab target LOCK PIN)
- DroidCam (Capture Image)
- EvilApp (Hijack Session)
- HatCloud(Bypass CloudFlare for IP)
IDN Homograph Attack
Email Verify tools
Hash Cracking Tools
Wifi Deauthenticate
SocialMedia Finder
- Find SocialMedia By Facial Recognation System
- Find SocialMedia By UserName
- Sherlock
- SocialScan | Username or Email
Payload Injector
Web Crawling
Mix Tools
- Terminal Multiplexer
Installation For Linux
!! RUN HACKINGTOOL AS ROOT !!
Steps are given below :
Step : 1 Download Hackingtool
git clone https://github.com/Z4nzu/hackingtool.git
Step : 2 Give Permission To Hackingtool
chmod -R 755 hackingtool
Step : 3 Move To Hackingtool Directory
cd hackingtool
Step : 4 Run Hackingtool
sudo bash install.sh
Step : 5 For Installing Tools In Directory
sudo hackingtool
Use Image With Docker
Run In One Click
docker run -it vgpastor/hackingtool
Build Locally
docker-compose build
docker-compose run hackingtool
- If need open other ports you can edit the docker-compose.yml file
- Volumes are mounted in the container to persist data and can share files between the host and the container