Habu - Python Network Hacking Toolkit
Some techniques implemented in the current version are:
- ARP Poisoning
- ARP Sniffing
- DHCP Discover
- DHCP Starvation
- LAND Attack
- SNMP Cracking
- SYN Flooding
- TCP Flags Analysis
- TCP ISN Analysis
- TCP Port Scan
Installation
To install Habu, simply:
$ pip3 install habu
Dependencies
Habu requires:
- Click
- Delegator.py
- Python (3.x),
- Scapy-Python3
- Matplotlib (Optional, only needed if you want to make some graphs)
Get Help
All the commands implement the option '--help', that shows the help, arguments, options, and default values.
Verbose Mode
Almost all commands implement the verbose mode with the '-v' option. This can give you some extra info about what habu is doing.
Post a Comment