Updated README.md

This commit is contained in:
wiire 2015-04-04 22:53:57 +02:00
parent eaa4c942a4
commit 3ebb9996e1

View File

@ -2,6 +2,14 @@
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. 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.
# DEPENDENCIES
Pixiewps requires libssl. To install it:
```
sudo apt-get install libssl-dev
```
# INSTALLATION # INSTALLATION
Pixiewps can be built and installed by running: Pixiewps can be built and installed by running: