From 3ebb9996e1a4fe1b91436964aeb82a313e233dec Mon Sep 17 00:00:00 2001 From: wiire Date: Sat, 4 Apr 2015 22:53:57 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a2c762a..80285f4 100644 --- a/README.md +++ b/README.md @@ -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. +# DEPENDENCIES + +Pixiewps requires libssl. To install it: + +``` + sudo apt-get install libssl-dev +``` + # INSTALLATION Pixiewps can be built and installed by running: