Author Topic: [BASH] handshaker - Automated wardriving with Android GPS - Crack WEP/WPA/2/WPS  (Read 2116 times)

0 Members and 1 Guest are viewing this topic.

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
Here is my attempt at automated wifi cracking.

https://github.com/d4rkcat/HandShaker/

Code: [Select]
HandShaker - Detect, deauth, capture, crack WPA/2 handshakes, WPS Pins and WEP Keys automagically. 
 by d4rkcat <thed4rkcat@yandex.com>
             
    Usage:     handshaker <Method> <Options>
   
    Method:
        -a - Autobot or wardriving mode
        -e - Search for AP by partial unique ESSID
        -l - Scan for APs and present a target list
        -c - Crack handshake from pcap
        -r - WPS Cracking with reaver
       
    Options:
        -i  - Wireless Interface card
        -i2 - Second wireless card (better capture rate)
        -w  - Wordlist to use for cracking
        -o  - Save handshakes to custom directory
        -d  - Deauth packets sent to each client (default 1)
        -p  - Only attack clients above this power level
        -g  - Use android GPS to record AP location
        -B  - Use besside-ng to capture handshakes
        -E  - Use evil twin AP to capture handshakes
        -M  - Use mdk3 for deauth (default aireplay-ng)
        -T  - Attempts to capture per AP (default 3)
        -W  - Attack WEP encrypted APs
        -s  - Silent
        -h  - This help
           
    Examples:
         handshaker -a -i wlan0 -T 5                           ~ Autobot mode on wlan0 and attempt 5 times.
         handshaker -e Hub3-F -w wordlist.txt                ~ Find AP like 'Hub3-F' and crack with wordlist.
         handshaker -l -o out/dir                             ~ List all APs and save handshakes to out/dir.
         handshaker -c handshake.cap -w wordlist.txt       ~ Crack handshake.cap with wordlist.
         
 all your AP are belong to us..

Enjoy!
« Last Edit: January 12, 2015, 08:40:42 pm by d4rkcat »
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline NovaCygni

  • Peasant
  • *
  • Posts: 86
  • Cookies: 2
  • 403:Forbidden
    • View Profile
Nice ^^ Good share!
Go introduce yourself in the "New members" section in forum, then please take a trip to see the Dr Morph he's been expecting you.
« Last Edit: October 19, 2013, 05:40:24 am by NovaCygni »
We do what we want, Because we can.