Metadata-Version: 2.1
Name: wifihunter
Version: 1.0.0
Summary: WiFi Penetration Toolkit
Home-page: https://github.com/MA24th/WiFiHunter
Author: Mustafa Asaad
Author-email: ma24th@yahoo.com
License: GNU GPLv2
Keywords: wifi penetration toolkit
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Description-Content-Type: text/x-rst

==========
WiFiHunter
==========

A WiFi Penetration Toolkit,
Run on existing wireless-auditing tools for you
Stop memorizing command arguments & switches!,
It's designed to use all known methods for retrieving
The password of a wireless access point (AP).

These methods include:

1. WPS The `Offline Pixie-Dust attack <https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup#Offline_brute-force_attack>`_
2. WPS The `Online Brute-Force PIN attack <https://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup#Online_brute-force_attack>`_
3. WPA The `WPA Handshake Capture <https://hashcat.net/forum/thread-7717.html>`_ + offline crack.
4. WPA The `PMKID Hash Capture <https://hashcat.net/forum/thread-7717.html>`_ + offline crack.
5. WEP Various known attacks against WEP,
   including *fragmentation*, *chop-chop*, *aireplay*, etc.


----------
INSTALLING
----------

::

    $ git clone https://github.com/MA24th/WiFiHunter.git
    $ cd WiFiHunter
    $ sudo python3 install setup.py


------
USEAGE
------
``$ sudo wifihunter --help``


