wifite icon indicating copy to clipboard operation
wifite copied to clipboard

[Loop] select number of device to put into monitor mode

Open Foul opened this issue 9 years ago • 11 comments

Ask me to select number of device to put into monitor mode, add it in the list, and ask another time... infinite...

WiFite v2 (r86)

[+] scanning for wireless devices... [+] enabling monitor mode on wlan0... done [+] available wireless devices:

  1. mon0 Realtek RTL8187L rtl8187 - [phy0]

  2. wlan0 Realtek RTL8187L rtl8187 - [phy0] [+] select number of device to put into monitor mode (1-2): 2 [+] enabling monitor mode on wlan0... done [+] available wireless devices:

  3. mon0 Realtek RTL8187L rtl8187 - [phy0]

  4. wlan0 Realtek RTL8187L rtl8187 - [phy0]

  5. mon1 Realtek RTL8187L rtl8187 - [phy0] [+] select number of device to put into monitor mode (1-3): ^C (^C) interrupted

    [+] quitting

Foul avatar May 11 '15 12:05 Foul

Reproduced. I believe issue #43 is about the same issue.

fgeek avatar May 11 '15 13:05 fgeek

This is still an issue, WiFite v2 (r87) presents the loop ..

cisene avatar Jul 25 '15 18:07 cisene

I'm also having this issue at the moment. It just started recently.

Previously, I was able to select a specific interface.

I now have to manually switch the interface I want to use to monitor mode to get wifite to function, which disables the ability to anonymize the MAC address.

noxferatu avatar Jul 25 '15 23:07 noxferatu

Meant to ask, are there any logs we should be checking?

noxferatu avatar Jul 25 '15 23:07 noxferatu

Same issue on a ubuntu. I fixed this by stopping the network-manager service.

sir0x1 avatar Jul 28 '15 12:07 sir0x1

@cmayer0087 thanks for the info, I'll give this a shot.

kgray-r7 avatar Jul 28 '15 15:07 kgray-r7

@cmayer0087 thank you so much!

ghost avatar Oct 05 '15 08:10 ghost

@cmayer0087 it worked. Thanks!

abhisheksambyal avatar Oct 14 '15 12:10 abhisheksambyal

@cmayer0087

any way on how you did it?

MiRO92 avatar Apr 22 '17 13:04 MiRO92

Put your wireless card into monitor mode using: airmon-ng start [interface]

Kill network manager with: airman-ng check kill

wifite now starts and immediately begins scanning networks

ThingEngineer avatar May 27 '17 02:05 ThingEngineer

Enable monitor mode to your adapter and then set the Interface in wifite directly: airmon-ng start MONITOR_INTERFACE wifite --mon-iface MONITOR_INTERFACE

For example: airmon-ng start wlan1 wifite --mon-iface wlan1mon

Drosakis avatar Feb 22 '18 12:02 Drosakis