I would like to make a list of the simplest/fastest way to check if a WiFi network has WPS enabled. Until now, this is the compilation:
- Windows:
- GUI: [Don't know]
- Command line: [Don't know. There are commands for WiFi management in Windows Vista and above, but I think they don't deal with WPS]
- Linux:
- GUI: [Don't know]
- Command line:
- wash (included in Reaver WPS) --> not working OK with several NICs.
- EAPScan: "eapscan -i mon0 -b aa:bb:cc:dd:ee:ff -e MyWiFiAP --check-wps" (network by network, once each time :-( ).
- Android:
- GUI:
- Android Setup --> WiFi Networks --> Fantastic. Simple and working fine.
- InSSIDer (not free since v4) --> Very good, too.
- Command line:
- wpa_cli --> Try to connect using "wps_reg xx:xx:xx:xx:xx:xx 12345678". A stupid method.
- GUI:
I will edit this post to add the best/acceptable results (if we find them ;-) ).
ยท Edit: Added new method for Linux CLI: EAPScan from EAPeak Suite.