Giter VIP home page Giter VIP logo

hakkuframework's Introduction

Hakku Framework

Hakku is a simple framework that is made for penetration testing tools. Hakku framework has a simple structure, basic CLI, and useful features for penetration testing modules development.

Getting started

Use the "help" command to see all available commands. Here is a video if you wish to see Hakku in action: https://vimeo.com/197610469

Installation

If you want to make an installation to your system, you can do it with the "install.py" script. However, this is not required and hakku can be run as "portable" from the directory.

OS support

Only GNU/Linux is supported. No Mac, Windows or even Android with termux is supported.

Modules

24 modules are available in total.

  • apache_users
  • arp_dos
  • arp_monitor
  • arp_spoof
  • bluetooth_pod
  • cloudflare_resolver
  • dhcp_dos
  • dir_scanner
  • dns_spoof
  • email_bomber
  • hostname_resolver
  • mac_spoof
  • mitm
  • network_kill
  • pma_scanner
  • port_scanner
  • proxy_detector
  • whois
  • web_killer
  • webserver_info
  • wifi_jammer
  • zip_cracker
  • rar_cracker
  • wordlist_gen

Dependencies

All external python dependencies are included except "NetfilterQueue". A "scan" command requires tcpdump. All module dependencies are listed below:

  • ethtool
  • aircrack-ng
  • ettercap-text-only
  • dsniff
  • xterm
  • driftnet
  • tcpdump
  • libnetfilter-queue
  • python 3
  • hcitool
  • sslstrip
  • l2ping

License

Hakku Framework is licensed under MIT license.

Bugs

Please leave bug reports to https://github.com/4shadoww/hakkuframework.

hakkuframework's People

Contributors

4shadoww avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hakkuframework's Issues

error: module is corrupted

hi
first thx for this good job .i I really enjoyed

i have error when i test cloudflare_resolver module

i run the tool with python 3.5 like this:
python3.5 usploit
use cloudflare_resolver
set target example.info
run
i've this as error :

error: module is corrupted
Traceback (most recent call last):
  File "core/libs/dns/resolver.py", line 174, in __init__
    rdclass, rdtype)
  File "core/libs/dns/message.py", line 353, in find_rrset
    raise KeyError
KeyError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "core/libs/dns/resolver.py", line 184, in __init__
    dns.rdatatype.CNAME)
  File "core/libs/dns/message.py", line 353, in find_rrset
    raise KeyError
KeyError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/root/Téléchargements/4shadoww-usploit-v1.3-alpha-42-g7158f55/4shadoww-usploit-7158f55/core/cmethods.py", line 214, in run
    modadd.run()
  File "/root/Téléchargements/4shadoww-usploit-v1.3-alpha-42-g7158f55/4shadoww-usploit-7158f55/modules/cloudflare_resolver.py", line 65, in run
    query = ipresolver.query(host, 'A')
  File "core/libs/dns/resolver.py", line 997, in query
    raise_on_no_answer)
  File "core/libs/dns/resolver.py", line 193, in __init__
    raise NoAnswer(response=response)
dns.resolver.NoAnswer: The DNS response does not contain an answer to the question: mail.example.info. IN A

how to fix it ??
What are the python dependencies for your project?
thank you fo your replay

Curses Error

~/hakkuframework# ./hakku
Traceback (most recent call last):
File "./hakku", line 55, in
from core import shell
File "/root/hakkuframework/core/shell.py", line 9, in
from core import command_handler
File "/root/hakkuframework/core/command_handler.py", line 6, in
from core import cmethods
File "/root/hakkuframework/core/cmethods.py", line 9, in
import curses
File "/usr/local/lib/python3.6/curses/init.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.