You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
The script ends unexpectedly while running in WALK mode. An python error is printed at end of script, please find the output below.
Setup: Kali Linux x64
Wifi adapter: Alfa AWUS036H - 54mb (b/g)
ETSI enviroment.
Not sure what else I can add,
Best regard,
Error msg:
root@K:/pyxiewps-master#python pyxiewps-EN.py --mode WALK
**********************************************************************
[+] Enumerating WPS-active APs...
[!] No WPS-active APs were found.
[+] Enumerating WPS-active APs...
[+] The following WPS-active APs were found:
[>] NEUF_XXXX || 00:25:15:XX:XX:XX || Channel: 01 || RSSI: -69 || WPS: 1.0
[>] NEUF_XXXX || 00:25:15:XX:XX:XX || Channel: 01 || RSSI: -72 || WPS: 1.0
[+] Fetching information from NEUF_XXXX using reaver...
[!] Couldn't retrieve any information from the AP.
[!] Try with a greater time using the -t argument
and if it doesn't work out try to get a better signal.
**********************************************************************
[+] Fetching information from NEUF_XXXX using reaver...
[!] Couldn't retrieve any information from the AP.
[!] Try with a greater time using the -t argument
and if it doesn't work out try to get a better signal.
**********************************************************************
[+] Enumerating WPS-active APs...
Traceback (most recent call last):
File "pyxiewps-EN.py", line 983, in <module>
engine.check()
File "pyxiewps-EN.py", line 476, in check
engine.start()
File "pyxiewps-EN.py", line 274, in start
attack.get_wps_aps()
File "pyxiewps-EN.py", line 778, in get_wps_aps
ap_list = engine.parse_airodump(output)
File "pyxiewps-EN.py", line 376, in parse_airodump
wps = snowden[0:snowden.index(' ')].strip()
ValueError: substring not found
root@K:/home/pixie/pyxiewps-master#
The script ends unexpectedly while running in WALK mode. An python error is printed at end of script, please find the output below.
Setup: Kali Linux x64
Wifi adapter: Alfa AWUS036H - 54mb (b/g)
ETSI enviroment.
Not sure what else I can add,
Best regard,
Error msg: