Skip to content

Commit

Permalink
Refactored the whole project
Browse files Browse the repository at this point in the history
List of changes

+ Handling information about a tool has been improved a lot by providing a `HackingTool` class, which takes care of showing the options, running the selected option, executing the required commands
+ This class is designed with flexibililty and simplicity in mind, so adding a new tool is a lot easier, mention TITLE, DESCRIPTION, list of INSTALL_COMMANDS, RUN_COMMANDS and PROJECT_URL and there you go...

+ grouping all the `HackingTool`s is also made super simpler by providing a `HackingToolsCollection` class which groups the tools into their respective categories. Just add the instances of `HackingTool` classes to the TOOLS property of the `HackingToolsCollection`.

+ Refactored all the tools into separate files based on their categories.
+ Added a READM_template.md and generate_readme.py script to automatically generate Table of contents and the list of tools available automatically.
+ Now each tool in the README.md points to its project url if provided. This makes it easier to visit the project from the readme.
  • Loading branch information
naveennamani committed Aug 14, 2020
1 parent de461ee commit eaa920a
Show file tree
Hide file tree
Showing 33 changed files with 2,610 additions and 3,186 deletions.
310 changes: 169 additions & 141 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,151 +22,179 @@


# Hackingtool Menu 🧰
- AnonSurf
- Information Gathering
- Password Attack
- Wireless Attack
- SQL Injection Tools
- Phishing Attack
- Web Attack Tool
- Post exploitation
- Forensic Tools
- Payload Creator
- Router Exploit
- Wifi Jamming
- XSS Attack Tool
- Reverse Engineering
- SocialMedia Finder
- DDos Attack Tools
- Steganography Tools
- IDN Homograph Attack
- Hash Cracking Tools
- SocialMedia Attack
- Android Hack
- RAT Tools
- Web Crawling
- Payload Injector
- Update System

### AnonSurf
- Anonmously Surf
- Multitor
### Information Gathering
- Nmap
- Dracnmap
- Port Scanning
- Host To IP
- Xerosploit
- Infoga - Email OSINT
- ReconSpider
- RED HAWK (All In One Scanning)
- ReconDog
- Striker
- SecretFinder
- Port Scanner
- Breacher
### Password Attack
- Cupp
- WordlistCreator
- Goblin WordGenerator
- Credential reuse attacks
- Wordlist (Contain 1.4 Billion Pass)
### Wireless Attack
- WiFi-Pumpkin
- pixiewps
- Bluetooth Honeypot GUI Framework
- Fluxion
- Wifiphisher
- Wifite
- EvilTwin
### 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
### SocialMedia Attack
- Instagram Attack
- AllinOne SocialMedia Attack
- Facebook Attack
- Application Checker
### Android Attack
- Keydroid
- MySMS
- Lockphish (Grab target LOCK PIN)
- DroidCam (Capture Image)
- EvilApp (Hijack Session)
### Phishing Attack
- Setoolkit
- SocialFish
- HiddenEye
- Evilginx2
- Shellphish
- BlackEye
- I-See-You(Get Location using phishing attack)
- SayCheese (Grab target's Webcam Shots)
- QR Code Jacking
### Web Attack
- SlowLoris
- [Anonymously Hiding Tools](#anonymously-hiding-tools)
- [Information gathering tools](#information-gathering-tools)
- [Wordlist Generator](#wordlist-generator)
- [Wireless attack tools](#wireless-attack-tools)
- [SQL Injection Tools](#sql-injection-tools)
- [Phishing attack tools](#phishing-attack-tools)
- [Web Attack tools](#web-attack-tools)
- [Post exploitation tools](#post-exploitation-tools)
- [Forensic tools](#forensic-tools)
- [Payload creation tools](#payload-creation-tools)
- [Exploit framework](#exploit-framework)
- [Reverse engineering tools](#reverse-engineering-tools)
- [DDOS Attack Tools](#ddos-attack-tools)
- [Remote Administrator Tools (RAT)](#remote-administrator-tools--rat-)
- [XSS Attack Tools](#xss-attack-tools)
- [Steganograhy tools](#steganograhy-tools)
- [Other tools](#other-tools)
- [SocialMedia Bruteforce](#socialmedia-bruteforce)
- [Android Hacking tools](#android-hacking-tools)
- [IDN Homograph Attack](#idn-homograph-attack)
- [Email Verify tools](#email-verify-tools)
- [Hash cracking tools](#hash-cracking-tools)
- [Wifi Deauthenticate](#wifi-deauthenticate)
- [SocialMedia Finder](#socialmedia-finder)
- [Payload Injector](#payload-injector)
- [Web crawling](#web-crawling)
- [Mix tools](#mix-tools)


### Anonymously Hiding Tools
- [Anonmously Surf](/~https://github.com/Und3rf10w/kali-anonsurf)
- [Multitor](/~https://github.com/trimstray/multitor)
### Information gathering tools
- [Network Map (nmap)](/~https://github.com/nmap/nmap)
- [Dracnmap](/~https://github.com/Screetsec/Dracnmap)
- Port scanning
- Host to IP
- [Xerosploit](/~https://github.com/LionSec/xerosploit)
- [RED HAWK (All In One Scanning)](/~https://github.com/Tuhinshubhra/RED_HAWK)
- [ReconSpider(For All Scaning)](/~https://github.com/bhavsec/reconspider)
- IsItDown (Check Website Down/Up)
- [Infoga - Email OSINT](/~https://github.com/m4ll0k/Infoga)
- [ReconDog](/~https://github.com/s0md3v/ReconDog)
- [Striker](/~https://github.com/s0md3v/Striker)
- [SecretFinder (like API & etc)](/~https://github.com/m4ll0k/SecretFinder)
- [Find Info Using Shodan](/~https://github.com/m4ll0k/Shodanfy.py)
- [Port Scanner - rang3r](/~https://github.com/floriankunushevci/rang3r)
- [Breacher](/~https://github.com/s0md3v/Breacher)
### Wordlist Generator
- [Cupp](/~https://github.com/Mebus/cupp.git)
- [WordlistCreator](/~https://github.com/Z4nzu/wlcreator)
- [Goblin WordGenerator](/~https://github.com/UndeadSec/GoblinWordGenerator.git)
- [Password list (1.4 Billion Clear Text Password)](/~https://github.com/Viralmaniar/SMWYG-Show-Me-What-You-Got)
### Wireless attack tools
- [WiFi-Pumpkin](/~https://github.com/P0cL4bs/wifipumpkin3)
- [pixiewps](/~https://github.com/wiire/pixiewps)
- [Bluetooth Honeypot GUI Framework](/~https://github.com/andrewmichaelsmith/bluepot)
- [Fluxion](/~https://github.com/thehackingsage/Fluxion)
- [Wifiphisher](/~https://github.com/wifiphisher/wifiphisher)
- [Wifite](/~https://github.com/derv82/wifite2)
- [EvilTwin](/~https://github.com/Z4nzu/fakeap)
- [Fastssh](/~https://github.com/Z4nzu/fastssh)
- Howmanypeople
### SQL Injection Tools
- [Sqlmap tool](/~https://github.com/sqlmapproject/sqlmap)
- [NoSqlMap](/~https://github.com/codingo/NoSQLMap)
- [Damn Small SQLi Scanner](/~https://github.com/stamparm/DSSS)
- [Explo](/~https://github.com/dtag-dev-sec/explo)
- [Blisqy - Exploit Time-based blind-SQL injection](/~https://github.com/JohnTroony/Blisqy)
- [Leviathan - Wide Range Mass Audit Toolkit](/~https://github.com/leviathan-framework/leviathan)
- [SQLScan](/~https://github.com/Cvar1984/sqlscan)
### Phishing attack tools
- [Setoolkit](/~https://github.com/trustedsec/social-engineer-toolkit)
- [SocialFish](/~https://github.com/UndeadSec/SocialFish)
- [HiddenEye](/~https://github.com/DarkSecDevelopers/HiddenEye)
- [Evilginx2](/~https://github.com/kgretzky/evilginx2)
- [I-See_You(Get Location using phishing attack)](/~https://github.com/Viralmaniar/I-See-You)
- [SayCheese (Grab target's Webcam Shots)](/~https://github.com/hangetzzu/saycheese)
- [QR Code Jacking](/~https://github.com/cryptedwolf/ohmyqr)
- [ShellPhish](/~https://github.com/An0nUD4Y/shellphish)
- [BlackPhish](/~https://github.com/iinc0gnit0/BlackPhish)
### Web Attack tools
- [Web2Attack](/~https://github.com/santatic/web2attack)
- Skipfish
- SubDomain Finder
- CheckURL
- Blazy
- Sub-Domain TakeOver
### Post Explotation
- Vegile - Ghost In The Shell
- Chrome Keylogger
### Forensic Tool
- Bulk_extractor
- Disk Clone and ISO Image Aquire
- AutoSpy
- Toolsley
- [SubDomain Finder](/~https://github.com/aboul3la/Sublist3r)
- [CheckURL](/~https://github.com/UndeadSec/checkURL)
- [Blazy(Also Find ClickJacking)](/~https://github.com/UltimateHackers/Blazy)
- [Sub-Domain TakeOver](/~https://github.com/m4ll0k/takeover)
- [Dirb](https://gitlab.com/kalilinux/packages/dirb)
### Post exploitation tools
- [Vegile - Ghost In The Shell](/~https://github.com/Screetsec/Vegile)
- [Chrome Keylogger](/~https://github.com/UndeadSec/HeraKeylogger)
### Forensic tools
- Autopsy
- Wireshark
### Payload Generator
- The FatRat*
- Brutal
- Stitch
- MSFvenom Payload Creator
- Venom Shellcode Generator
- Spycam
- Mob-Droid
### Exploit Framework
- RouterSploit
- WebSploit
- Commix
- Web2Attack
- Fastssh
### SocialMedia Finder
- Find SocialMedia By Facial Recognation System
- Find SocialMedia By UserName
- Sherlock
- SocialScan
### Steganography
- [Bulk extractor](/~https://github.com/simsong/bulk_extractor)
- [Disk Clone and ISO Image Aquire](https://guymager.sourceforge.io/)
- [Toolsley](https://www.toolsley.com/)
### Payload creation tools
- [The FatRat](/~https://github.com/Screetsec/TheFatRat)
- [Brutal](/~https://github.com/Screetsec/Brutal)
- [Stitch](https://nathanlopez.github.io/Stitch)
- [MSFvenom Payload Creator](/~https://github.com/g0tmi1k/msfpc)
- [Venom Shellcode Generator](/~https://github.com/r00t-3xp10it/venom)
- [Spycam](/~https://github.com/thelinuxchoice/spycam)
- [Mob-Droid](/~https://github.com/kinghacker0/Mob-Droid)
- [Enigma](/~https://github.com/UndeadSec/Enigma)
### Exploit framework
- [RouterSploit](/~https://github.com/threat9/routersploit)
- [WebSploit](/~https://github.com/The404Hacking/websploit )
- [Commix](/~https://github.com/commixproject/commix)
- [Web2Attack](/~https://github.com/santatic/web2attack)
### Reverse engineering tools
- [Androguard](/~https://github.com/androguard/androguard )
- [Apk2Gold](/~https://github.com/lxdvs/apk2gold )
- [JadX](/~https://github.com/skylot/jadx)
### DDOS Attack Tools
- SlowLoris
- [Asyncrone | Multifunction SYN Flood DDoS Weapon](/~https://github.com/fatihsnsy/aSYNcrone)
- [UFOnet](/~https://github.com/epsylon/ufonet)
- [GoldenEye](/~https://github.com/jseidl/GoldenEye)
### Remote Administrator Tools (RAT)
- [Stitch](/~https://github.com/nathanlopez/Stitch)
- [Pyshell](/~https://github.com/knassar702/pyshell)
### XSS Attack Tools
- [DalFox(Finder of XSS)](/~https://github.com/hahwul/dalfox)
- [XSS Payload Generator](/~https://github.com/capture0x/XSS-LOADER.git)
- [Extended XSS Searcher and Finder](/~https://github.com/Damian89/extended-xss-search)
- [XSS-Freak](/~https://github.com/PR0PH3CY33/XSS-Freak)
- [XSpear](/~https://github.com/hahwul/XSpear)
- [XSSCon](/~https://github.com/menkrep1337/XSSCon)
- [XanXSS](/~https://github.com/Ekultek/XanXSS)
- [Advanced XSS Detection Suite](/~https://github.com/UltimateHackers/XSStrike)
- [RVuln](/~https://github.com/iinc0gnit0/RVuln)
### Steganograhy tools
- SteganoHide
- StegnoCracker
- Whitespace
### Ddos Attack tool
- SlowLoris
- SYN Flood DDoS Weapon
- UFOnet
- GoldenEye
### XSS Attack tool
- DalFox(Finder of XSS)
- XSS Payload Generator
- Advanced XSS Detection Suite
- Extended XSS Searcher and Finder
- XSS-Freak
- XSpear
- XSSCon
- XanXSS
### IDN Homograph
- EvilURL
### Email Verifier
- KnockMail
### Hash Cracking Tool
- Hash Buster
- [Whitespace](/~https://github.com/beardog108/snow10)
### Other tools
#### SocialMedia Bruteforce
- [Instagram Attack](/~https://github.com/chinoogawa/instaBrute)
- [AllinOne SocialMedia Attack](/~https://github.com/Matrix07ksa/Brute_Force)
- [Facebook Attack](/~https://github.com/Matrix07ksa/Brute_Force)
- [Application Checker](/~https://github.com/jakuta-tech/underhanded)
#### Android Hacking tools
- [Keydroid](/~https://github.com/F4dl0/keydroid)
- [MySMS](/~https://github.com/papusingh2sms/mysms)
- [Lockphish (Grab target LOCK PIN)](/~https://github.com/JasonJerry/lockphish)
- [DroidCam (Capture Image)](/~https://github.com/kinghacker0/WishFish)
- [EvilApp (Hijack Session)](/~https://github.com/crypticterminal/EvilApp)
- [HatCloud(Bypass CloudFlare for IP)](/~https://github.com/HatBashBR/HatCloud)
#### IDN Homograph Attack
- [EvilURL](/~https://github.com/UndeadSec/EvilURL)
#### Email Verify tools
- [Knockmail](/~https://github.com/4w4k3/KnockMail)
#### Hash cracking tools
- [Hash Buster](/~https://github.com/s0md3v/Hash-Buster)
#### Wifi Deauthenticate
- [WifiJammer-NG](/~https://github.com/MisterBianco/wifijammer-ng)
- [KawaiiDeauther](/~https://github.com/aryanrtm/KawaiiDeauther)
#### SocialMedia Finder
- [Find SocialMedia By Facial Recognation System](/~https://github.com/Greenwolf/social_mapper)
- [Find SocialMedia By UserName](/~https://github.com/xHak9x/finduser)
- [Sherlock](/~https://github.com/sherlock-project/sherlock)
- [SocialScan | Username or Email](/~https://github.com/iojw/socialscan)
#### Payload Injector
- [Debinject](/~https://github.com/UndeadSec/Debinject)
- [Pixload](/~https://github.com/chinarulezzz/pixload)
#### Web crawling
- [Gospider](/~https://github.com/jaeles-project/gospider)
#### Mix tools
- Terminal Multiplexer


![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A00.png)
![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A0.png)
Expand Down
72 changes: 72 additions & 0 deletions README_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
### All in One Hacking tool For Hackers🥇
![](https://img.shields.io/github/license/Z4nzu/hackingtool)
![](https://img.shields.io/github/issues/Z4nzu/hackingtool)
![](https://img.shields.io/github/issues-closed/Z4nzu/hackingtool)
![](https://img.shields.io/badge/Python-3-blue)
![](https://img.shields.io/github/forks/Z4nzu/hackingtool)
![](https://img.shields.io/github/stars/Z4nzu/hackingtool)
![](https://img.shields.io/github/last-commit/Z4nzu/hackingtool)
[![HitCount](http://hits.dwyl.com/Z4nzu/hackingtool.svg)](http://hits.dwyl.com/Z4nzu/hackingtool)
![](https://img.shields.io/badge/platform-Linux%20%7C%20KaliLinux%20%7C%20ParrotOs-blue)

#### Install Kali Linux in WIndows10 Without VirtualBox [YOUTUBE](https://youtu.be/BsFhpIDcd9I)

## Update Available V1.1.0 🚀
- [x] Added New Tools
- [x] Reverse Engineering
- [x] RAT Tools
- [x] Web Crawling
- [x] Payload Injector
- [x] Multitor Tools update
- [X] Added Tool in wifijamming


# Hackingtool Menu 🧰
{{toc}}

{{tools}}

![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A00.png)
![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A0.png)
![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A1.png)
![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A2.png)
![](/~https://github.com/Z4nzu/hackingtool/blob/master/images/A4.png)

## Installation For Linux <img src="https://konpa.github.io/devicon/devicon.git/icons/linux/linux-original.svg" alt="linux" width="25" height="25"/></p><p align="center">

#### This Tool Must Run As ROOT !!!

git clone /~https://github.com/Z4nzu/hackingtool.git

chmod -R 755 hackingtool

cd hackingtool

sudo pip3 install -r requirement.txt

bash install.sh

sudo hackingtool

After Following All Steps Just Type In Terminal **root@kaliLinux:~** **hackingtool**

#### Thanks to original Author of the tools used in hackingtool

<img src ="https://img.shields.io/badge/Important-notice-red" />
<h4>Please Don't Use for illegal Activity</h4>

### To do
- [ ] Release Tool
- [ ] Add Tools for CTF
- [ ] Want to do automatic

## Social Media :mailbox_with_no_mail:
[![Twitter](https://img.shields.io/twitter/url?color=%231DA1F2&label=follow&logo=twitter&logoColor=%231DA1F2&style=flat-square&url=https%3A%2F%2Fwww.reddit.com%2Fuser%2FFatChicken277)](https://twitter.com/_Zinzu07)
[![GitHub](https://img.shields.io/badge/-GitHub-181717?style=flat-square&logo=github&link=/~https://github.com/Z4nzu/)](/~https://github.com/Z4nzu/)
##### Your Favourite Tool is not in hackingtool or Suggestions Please [CLICK HERE](https://forms.gle/b235JoCKyUq5iM3t8)
![Z4nzu's github stats](https://github-readme-stats.vercel.app/api?username=Z4nzu&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515)

<a href="https://www.buymeacoffee.com/Zinzu" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/arial-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 50px !important;"></a>

#### Don't Forgot to share with Your Friends
#### Thank you..!!
Loading

0 comments on commit eaa920a

Please sign in to comment.