View Issue Details

IDProjectCategoryView StatusLast Update
0004456Kali LinuxNew Tool Requestspublic2020-02-25 13:56
Reporterportantier Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0004456: Habu - Python Network Hacking Toolkit
Description

Github Repo:
https://github.com/portantier/habu

I'm developing Habu to teach (and learn) some concepts about Python and Network Hacking.

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
Web Techonologies Identification

Activities

g0tmi1k

g0tmi1k

2018-01-29 14:59

administrator   ~0008404

To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us):

  • [Name] - The name of the tool
  • [Version] - What version of the tool should be added?
    --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
  • [Homepage] - Where can the tool be found online? Where to go to get more information?
  • [Download] - Where to go to get the tool?
  • [Author] - Who made the tool?
  • [Licence] - How is the software distributed? What conditions does it come with?
  • [Description] - What is the tool about? What does it do?
  • [Dependencies] - What is needed for the tool to work?
  • [Similar tools] - What other tools are out there?
  • [How to install] - How do you compile it?
  • [How to use] - What are some basic commands/functions to demonstrate it?
portantier

portantier

2018-01-30 13:50

reporter   ~0008580

Please, tell me if you need more info. Regards.

  • [Name] - Habu - Python Network Hacking ToolKit
  • [Version] - Latest (0.0.45)
  • [Homepage] - https://github.com/portantier/habu
  • [Download] - https://github.com/portantier/habu
  • [Author] - Fabian Martinez Portantier
  • [Licence] - BSD 3-Clause License
  • [Description] - Small tools developed in Python3 to work with network traffci and related topics.
  • [Dependencies] - python3, python3-bs4, python3-click, python3-regex, python3-requests, python3-requests-cache, python3-scapy
  • [Similar tools] - What other tools are out there?
  • [How to install] - There is a 3 lines script called build_deb.sh
  • [How to use] - Habu have a lot of commands. All of them are documented in the repo. (https://github.com/portantier/habu)
portantier

portantier

2018-03-14 17:52

reporter   ~0008926

I've detected some problems with the old version. Now fixed on 0.0.47

Also, the debian package generator script has been improved.

portantier

portantier

2018-04-11 19:34

reporter   ~0009027

Do you need something more to include the tool?

Regards.

portantier

portantier

2018-09-15 18:32

reporter   ~0009733

Hi, I want to help on the packaging.

Can I do something for the habu inclusion on Kali?

Regards,

rhertzog

rhertzog

2018-09-16 08:41

administrator   ~0009734

Hi,

if you want to make sure that the package is included in Kali, you can just package the software for Debian, for example in the pkg-security team:
https://wiki.debian.org/Teams/pkg-security

Cheers,

g0tmi1k

g0tmi1k

2020-02-25 13:56

administrator   ~0012351

Per @rhertzog, try debian.

Issue History

Date Modified Username Field Change
2018-01-07 00:36 portantier New Issue
2018-01-08 09:42 Pleaseattack Issue cloned: 0004458
2018-01-29 14:59 g0tmi1k Note Added: 0008404
2018-01-30 13:50 portantier Note Added: 0008580
2018-02-21 09:35 g0tmi1k Product Version 2017.3 =>
2018-03-14 17:52 portantier Note Added: 0008926
2018-04-11 19:34 portantier Note Added: 0009027
2018-09-15 18:32 portantier Note Added: 0009733
2018-09-16 08:41 rhertzog Note Added: 0009734
2020-02-25 13:56 g0tmi1k Note Added: 0012351
2020-02-25 13:56 g0tmi1k Status new => closed
2020-02-25 13:56 g0tmi1k Resolution open => won't fix