derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.45k stars 1.32k forks source link

wifite2 error.....what to do? #277

Closed btw-its-amaan closed 4 years ago

btw-its-amaan commented 4 years ago

[+] 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:~#

sayan1999 commented 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.

Ram756756 commented 4 years ago

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 .

btw-its-amaan commented 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.

Actually i got it fixed by installing some tools mentioned in the error! Anyway thanks for your help!!!!