snowflakekiller / wifite

Automatically exported from code.google.com/p/wifite
GNU General Public License v2.0
0 stars 0 forks source link

Wifite does not detect my wlan0 or wlan1 as a wireless interface. #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Do you have any idea what may have caused this bug?  Guesses are helpful!
I am not sure. Both wifi adapters are off a powered USB hub. Two different 
types of adapters too. The system runs fine. Wifite also runs fine with the 
adapters. It just does not "see" the adapters on first run. I specified this 
command: wifite.py -mac -i wlan1 -all

What operating system are you running? Raspberry's PwnPI

What version of the wifite are you using?
Latest, v2(r85)

Please provide any additional information below.
----
iwconfig;./autorun.sh 
wlan0     IEEE 802.11bgn  ESSID:"Mobile"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.412 GHz  Access Point: 94:44:52:FA:EE:E2   
          Bit Rate:150 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:****-****-****-****-****-****-****-****   Security mode:open
          Power Management:off
          Link Quality=100/100  Signal level=68/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

wlan1     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on

  .;'                     `;,    
 .;'  ,;'             `;,  `;,   WiFite v2 (r85)
.;'  ,;'  ,;'     `;,  `;,  `;,  
::   ::   :   ( )   :   ::   ::  automated wireless auditor
':.  ':.  ':. /_\ ,:'  ,:'  ,:'  
 ':.  ':.    /___\    ,:'  ,:'   designed for Linux
  ':.       /_____\      ,:'     
           /       \             

 [+] mac address anonymizing enabled
     note: only works if device is not already in monitor mode!
 [+] set interface: wlan1
 [+] targeting all access points

 [!] the program cowpatty is not required, but is recommended

 [+] scanning for wireless devices...
 [!] could not find wireless interface "wlan1"
 [+] available wireless devices:
  1. wlan0              Unknown                 rtl8192cu
  2. wlan1              Ralink RT2870/3070      rt2800usb - [phy0]
 [+] select number of device to put into monitor mode (1-2):

Original issue reported on code.google.com by sethleedy on 17 Oct 2013 at 5:25

GoogleCodeExporter commented 9 years ago
Same as issue number 96 ?

Original comment by sethleedy on 17 Oct 2013 at 6:30

GoogleCodeExporter commented 9 years ago
I have the same problem, and here's what the terminal displays when I enter 
iwconfig

wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

lo        no wireless extensions.

mon0      IEEE 802.11bgn  Mode:Monitor  Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

eth0      no wireless extensions.

wlan1     IEEE 802.11bgn  ESSID:"tilifoune"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 2E:74:C2:3D:E9:02   
          Bit Rate=36 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=67/70  Signal level=-43 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:58   Missed beacon:0

Original comment by aminose...@gmail.com on 2 Apr 2014 at 1:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
# iwconfig
wlan2     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

# wifite -i wlan2

  .;'                     `;,    
 .;'  ,;'             `;,  `;,   WiFite v2 (r85)
.;'  ,;'  ,;'     `;,  `;,  `;,  
::   ::   :   ( )   :   ::   ::  automated wireless auditor
':.  ':.  ':. /_\ ,:'  ,:'  ,:'  
 ':.  ':.    /___\    ,:'  ,:'   designed for Linux
  ':.       /_____\      ,:'     
           /       \             

 [+] set interface: wlan2

 [+] scanning for wireless devices...
 [!] could not find wireless interface "wlan2"
 [!] no wireless interfaces were found.
 [!] you need to plug in a wifi device or install drivers.

Original comment by andrewro...@gmail.com on 25 Jun 2014 at 10:49