Closed btw-its-amaan closed 4 years ago
Did you choose a target, The tool gives an option to choose the target Access Point by index, most probably you provided an index out of range.
Help me how to use And commands
On Mon, May 4, 2020, 7:51 AM Sayan Dey notifications@github.com wrote:
Did you choose a target, The tool gives an option to choose the target Access Point by index, most probably you provided an index out of range.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/277#issuecomment-623229522, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI5LRNQLG6U4DBUSD32RRHDRPYRDRANCNFSM4MVG3MPQ .
Did you choose a target, The tool gives an option to choose the target Access Point by index, most probably you provided an index out of range.
Actually i got it fixed by installing some tools mentioned in the error! Anyway thanks for your help!!!!
[+] select target(s) (1-1) separated by commas, dashes or all: 11
[!] Error: list index out of range
[!] Full stack trace below
[!] Traceback (most recent call last):
[!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 97, in entry_point [!] wifite.start() [!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 51, in start
[!] self.scan_and_attack() [!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 76, in scan_and_attack
[!] targets = s.select_targets() [!] File "/usr/lib/python3/dist-packages/wifite/util/scanner.py", line 272, in select_targets
[!] chosen_targets.append(self.targets[choice]) [!] IndexError: list index out of range
[!] Exiting
[!] Note: Leaving interface in Monitor Mode! [!] To disable Monitor Mode when finished: airmon-ng stop wlan0mon root@kali:~#