Hakku Framework


What is Hakku Framework?
========================

Hakku is simple framework that has been made for penetration testing tools.
Hakku framework offers simple structure, basic CLI, and useful features for penetration testing tools developing.
Hakku is on early stages and may be unstable, so please download the released versions from github or sourceforge,
don't just clone github repository except you don't want stability, you want to try out latest features, or you just want to develop Hakku.
Hakku is under MIT license, in other words you can do what you ever want with the source code.

What will i need to run Hakku framework?
========================================

Hakku framework is written in python 3, and developed mainly on Arch Linux.
So you should get Hakku framework running with Linux based operating system, python 3.5, and the dependencies.

How i can get started?
======================

If you are new to Hakku framework you should look at official wiki.

OS support
==========

Linux       supported, and developed on/for linux
OS X        support not planned
Windows     support not planned

Basic features
==============

Hakku framework features basic CLI to load up and run penetration testing tools, simple scripting interface, and python api.

Modules
=======

total count of modules: 24

* 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_scout
* whois
* web_killer
* web_scout
* wifi_jammer
* zip_cracker
* rar_cracker
* wordlist_gen

Dependencies
============

Hakku framework itself doesn't need nothing more than python 3.5, but it's network scanner requires tcpdump.
Hakku includes all python dependencies so you don't have to install them.
All module dependencies are listed below.
ethtool, aircrack-ng, ettercap-text-only, dsniff, xterm, driftnet, tcpdump, libnetfilter-queue-dev, python3.5-dev, hcitool, sslstrip, l2ping

Web pages
=========

* Official website: http://hakkuproject.org
* Official wiki: https://github.com/4shadoww/hakkuframework/wiki/
* Github: https://github.com/4shadoww/hakkuframework/
* SourceForge: https://sourceforge.net/projects/hakkuframework/

Contact
=======
If you do have any questions etc. about Hakku Framework, then i don't mind if you send me email.

email: 4shadoww0@gmail.com
bug reports to github or here: 4shadoww0@gmail.com

Hakku Framework is under MIT license