pixiewps

Brute-force Wi-Fi Protected Setup PINs offline without network access.

brewmacoslinux
Try with needOr install directly
Source

About

Offline Wi-Fi Protected Setup brute-force utility

Commands

pixiewps

Examples

crack wifi password from WPS pin$ pixiewps -e [ESSID] -s [SECRET] -z [PIN] -a [HASH] -n [NONCE]
brute force WPS pin with known parameters$ pixiewps -e MyNetwork -s mysecret -z 12345670
generate WPS pin candidates for offline testing$ pixiewps --help | grep -A 20 'OPTIONS'
recover wifi key from captured WPS data$ pixiewps -e SSID -s [authenticator-secret] -z [pin] -a [authkey-hash] -n [nonce]
test WPS vulnerability on wireless network$ pixiewps -e TargetSSID -s secret_value -z testpin123 -a hash_value