PixieWPS 1.2.2

Bruteforce offline the WPS pin exploiting the low or non-existing entropy of some APs

Watchers:
This resource is being watched by 741 members.
  1. Mr. Penguin


    Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some APs (pixie dust attack). It is meant for educational purposes only. All credits for the research go to Dominique Bongard.

    Whitepaper: https://passwordscon.org/wp-content/uploads/2014/08/Dominique_Bongard.pdf

    DEPENDENCIES

    Pixiewps requires libssl. To install it:
    Code:
    Select All
    sudo apt-get install libssl-dev
    INSTALLATION

    Pixiewps can be built and installed by running:
    Code:
    Select All
    ~/pixiewps$ cd src ~/pixiewps/src$ make ~/pixiewps/src$ sudo make install
    USAGE

    Code:
    Select All
    Usage: pixiewps <arguments> Required Arguments: -e, --pke : Enrollee public key -r, --pkr : Registrar public key -s, --e-hash1 : E-Hash1 -z, --e-hash2 : E-Hash2 -a, --authkey : Key used in HMAC SHA-256 Optional Arguments: -n, --e-nonce : Enrollee nonce -S, --dh-small : Small Diffie-Hellman keys (--pkr not needed) -h, --help : Display this usage screen
    AngelErick likes this.

Recent Updates

  1. Fixed warnings
  2. Bug fixes and added more modes
  3. Minor Changes