wiire-a/pixiewps

Mac OS X Yosemite

Closed this issue · 2 comments

Hi... i'm on yosemite.. i have successfully compile n test,
but i have to run from the folder i downloaded.. it not in the /bin path..
Here the issue after sudo make install

"
install -D pixiewps /usr/bin/pixiewps
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
Makefile:12: recipe for target 'install' failed
"

Unfortunately there was no reaver 1.5.2 from t6x can run in os x,
can't get any pkr,pke,hash etc..
i still having error while ./configure --> ./iwlib.h:54:10: fatal error: 'linux/types.h'

thank you

You can get all the information you need with wireshark. You need to supply pixiewps the e-nonce, r-nonce, pke, pkr, e-hash1, e-hash2 and bssid of the target.

Here the path i run from
XXX-Pro:src XXX-INC$ pwd
/users/XXX-INC/Downloads/pixiewps-master/src

Pixiewps 1.1 WPS pixie dust attack tool
Copyright (c) 2015, wiire wi7ire@gmail.com

Usage: ./pixiewps

Required Arguments:

-e, --pke           : Enrollee public key
-r, --pkr           : Registrar public key
-s, --e-hash1       : Enrollee Hash1
-z, --e-hash2       : Enrollee Hash2
-a, --authkey       : Authentication session key

Optional Arguments:

-n, --e-nonce       : Enrollee nonce
-m, --r-nonce       : Registrar nonce
-b, --e-bssid       : Enrollee BSSID
-S, --dh-small      : Small Diffie-Hellman keys (PKr not needed)   [No]
-f, --force         : Bruteforce the whole keyspace                [No]
-v, --verbosity     : Verbosity level 1-3, 1 is quietest            [3]

-h, --help          : Display this usage screen

Examples:

pixiewps -e -r -s -z -a -n
pixiewps -e -s -z -a -n -S
pixiewps -e -s -z -n -m -b -S

Nevermind, i was tinking you gonna fix the installation path...
make easier for others... i just mv the file to /usr/bin/ done...
i did email you asking some favor, have you received?