1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00
Files
hackingtool/README.md

150 lines
3.7 KiB
Markdown
Raw Normal View History

2020-06-19 19:57:29 +05:30
### All in One Hacking tool For Hackers
2020-04-11 23:35:13 +05:30
![](https://img.shields.io/github/license/Z4nzu/hackingtool)
![](https://img.shields.io/github/issues/Z4nzu/hackingtool)
![](https://img.shields.io/badge/Python-3-blue)
2020-06-26 23:17:32 +05:30
![](https://img.shields.io/github/forks/Z4nzu/hackingtool)
2020-04-11 23:35:13 +05:30
![](https://img.shields.io/github/stars/Z4nzu/hackingtool)
2020-06-26 23:17:32 +05:30
![](https://img.shields.io/github/downloads/Z4nzu/hackingtool/total)
2020-04-11 23:35:13 +05:30
![](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2F_Zinzu07)
2020-06-19 19:44:30 +05:30
### In Beta
This project still in BETA so you may face problems,
Please open an issue so i'll fix them..!!
2020-04-11 15:06:28 +05:30
# 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
- SocialMedia Attack
- SocialMedia Finder
- Android Hack
2020-04-19 13:22:11 +05:30
- Steganography
2020-04-11 15:06:28 +05:30
- Other Tools
- Update System
2020-04-11 16:02:57 +05:30
### AnonSurf
- Anonmously Surf
- Multitor
### Information Gathering
- Nmap
- Dracnmap
- Port Scanning
- Host To IP
2020-04-19 13:22:11 +05:30
- Xerosploit
2020-04-11 16:02:57 +05:30
- Advanced XSS Detection Suite
2020-04-19 13:22:11 +05:30
- ReconSpider
2020-04-11 16:02:57 +05:30
### Password Attack
- Cupp
- WordlistCreator
2020-04-19 13:22:11 +05:30
- Goblin WordGenerator
- Credential reuse attacks
2020-04-11 16:02:57 +05:30
### Wireless Attack
- WiFi-Pumpkin
- pixiewps
- Bluetooth Honeypot GUI Framework
- Fluxion
- Wifiphisher
- Wifite
- EvilTwin
### SQL Injection Tools
- sqlmap tool
### Phishing Attack
- Setoolkit
- SocialFish
- Shellphish
- BlackEye
- I-See_You(Get Location using phishing attack)
- SayCheese (Grab target's Webcam Shots)
- QR Code Jacking
### Web Attack
- SlowLoris
- Skipfish
- SubDomain Finder
2020-04-19 13:22:11 +05:30
- CheckURL
- Blazy
2020-04-11 16:02:57 +05:30
### Post Explotation
- Vegile - Ghost In The Shell
2020-04-19 13:22:11 +05:30
- Chrome Keylogger
2020-04-11 16:02:57 +05:30
### Forensic Tool
- Bulk_extractor
- Disk Clone and ISO Image Aquire
- AutoSpy
### Payload Generator
- The FatRat*
- Brutal
- Stitch
- MSFvenom Payload Creator
- Venom Shellcode Generator
- Spycam
### Router Exploitation
- RouterSploit
- Fastssh
### SocialMedia Attack
- Instagram Attack
- Tweeter Attack
- Facebook Attack
- Application Checker
### SocialMedia Finder
- Find SocialMedia By Facial Recognation System
- Find SocialMedia By UserName
### Android HAcking
- Keydroid
- MySMS
- Getdroid
- DroidFiles (Get files from Android Directories)
- Lockphish (Grab target LOCK PIN)
- Whatsapp Attack
- DroidCam (Capture Image)
- EvilApp (Hijack Session)
2020-04-19 13:22:11 +05:30
### Steganography
- SteganoHide
- StegnoCracker
- Whitespace
2020-06-23 20:30:01 +05:30
2020-04-11 23:35:13 +05:30
![](https://imgur.com/hxyymEF.png)
2020-06-26 23:17:32 +05:30
![](https://github.com/Z4nzu/hackingtool/blob/master/A0.png)
2020-06-26 23:19:58 +05:30
![](https://github.com/Z4nzu/hackingtool/blob/master/A1.png]
2020-06-26 23:17:32 +05:30
![](https://github.com/Z4nzu/hackingtool/blob/master/a3.png)
![](https://github.com/Z4nzu/hackingtool/blob/master/a4.png)
2020-04-11 23:35:13 +05:30
2020-04-11 15:06:28 +05:30
## Installation in Linux :
2020-04-11 16:07:12 +05:30
#### This Tool Must Run As ROOT !!!
2020-04-11 15:06:28 +05:30
2020-04-11 16:02:57 +05:30
git clone https://github.com/Z4nzu/hackingtool.git
2020-04-11 20:22:07 +05:30
chmod -R 755 && cd hackingtool
2020-04-11 16:07:12 +05:30
sudo pip3 install -r requirement.txt
2020-04-11 20:22:07 +05:30
./install.sh
2020-04-11 16:02:57 +05:30
sudo hackingtool
2020-04-11 20:22:07 +05:30
After Following All Steps Just Type In Terminal **root@kaliLinux:~** **hackingtool**
2020-04-11 16:02:57 +05:30
#### Some tool used in hackingtool By below authors :
2020-04-11 16:17:14 +05:30
[thelinuxchoice](https://github.com/thelinuxchoice.git)
2020-04-11 20:22:07 +05:30
[UndeadSec](https://github.com/UndeadSec)
2020-04-11 16:17:14 +05:30
## [MIT License](https://raw.githubusercontent.com/Z4nzu/hackingtool/master/LICENSE)
2020-04-11 16:02:57 +05:30
2020-06-19 19:57:29 +05:30
<img src ="https://img.shields.io/badge/Important-notice-red" />
<h4>Please Don't Use for illegal Activity</h4>
2020-06-19 19:44:30 +05:30
2020-04-11 20:22:07 +05:30
## Follow on :- [GitHub](https://github.com/Z4nzu) [Twitter](https://twitter.com/_Zinzu07)
2020-04-11 16:17:14 +05:30
#### Contact Via Twitter or Email For Suggestion And Queries
2020-06-23 20:30:01 +05:30
##### DM If you know better tool that is not in hackingtool
2020-06-19 19:44:30 +05:30
Feel free to make a pull request if you feel that you have improved this tool
2020-04-11 16:17:14 +05:30
#### Don't Forgot to share with Your Friends
2020-06-19 19:44:30 +05:30
#### Thank you..!!