Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Pyxiewps ends unexpectedly during APs enumerating. #4

@ghost

Description

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# 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions