Habu v0.0.45 – Python Network Hacking Toolkit

Habu is a simple Python Network Hacking Toolkit, developed by Fabian Martinez Portantier with the main idea to learn new concepts and attacks implemented using Python.
These are basic functions that help with some tasks for Ethical Hacking and Penetration Testing.
Most of them are related with networking, and the implementations are intended to be understandable for who wants to read the source code and learn from that.
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
Dependencies
Habu requires Python3 and the following packages:
- bs4
- click
- regex
- requests
- requests-cache
- scapy-python3
- matplotlib (Optional, only needed if you want to make some graphs)
More Information: here
[button size=large style=round color=red align=none url=https://github.com/portantier/habu]Download Habu v0.0.45[/button]
Thanks to our friend Fabian Martinez Portantier, for sharing this tool with us. 🙂