maroulitsa21 / wifite

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

I just wan to know if this is fine or not #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
im running backtrack 5. i run wifite on the command line because the 
./wifite.py file is hidden so when i run the command on terminal you have to 
leave the window open so wifite could run it runs like a charm when im finished 
and close wifite this error comes up on the terminal were you ran the 
./wifite.py command it reads like this

root@bt:~# ./wifite.py

  .;'                     `;,    
 .;'  ,;'             `;,  `;,   WiFite r82
.;'  ,;'  ,;'     `;,  `;,  `;,  
::   ::   :   ( )   :   ::   ::  mass WEP/WPA cracker
':.  ':.  ':. /_\ ,:'  ,:'  ,:'  
 ':.  ':.    /___\    ,:'  ,:'   designed for backtrack4
  ':.       /_____\      ,:'     
           /       \             

[+] launching gui interface
[+] wireless devices: "wlan0  Intel 3945ABG iwl3945 - [phy0]"
[+] executing: ./wifite.py -i wlan0 -nowpa -console -d 
/pentest/passwords/wordlists/darkc0de.lst -wepw 10 -wpaw 5 -pps 1500 xterm
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735928c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735988c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735998c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735956c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb7359c4c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
StringVar.__del__ of <Tkinter.StringVar instance at 0xb7453d0c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb73596ec>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735958c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
StringVar.__del__ of <Tkinter.StringVar instance at 0xb73593ac>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb7359a8c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb73590ec>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb735990c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
StringVar.__del__ of <Tkinter.StringVar instance at 0xb7453ccc>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
StringVar.__del__ of <Tkinter.StringVar instance at 0xb73594ec>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb7359a0c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
StringVar.__del__ of <Tkinter.StringVar instance at 0xb735964c>> ignored
Exception RuntimeError: 'main thread is not in main loop' in <bound method 
IntVar.__del__ of <Tkinter.IntVar instance at 0xb73591ac>> ignored
root@bt:~# 

Original issue reported on code.google.com by Aviles1...@live.com on 5 Jun 2011 at 6:42

GoogleCodeExporter commented 8 years ago
The program was supposed exit cleanly. The code spits out that error message 
when you close because of an error in the program. It shouldn't do any damage 
and should be fine. 

Sorry!

Original comment by der...@gmail.com on 14 Aug 2011 at 5:47

GoogleCodeExporter commented 8 years ago
Hi,

you have to call the two functions

ioff() and
show()

Regards

Original comment by mrfisc...@gmail.com on 3 Jan 2012 at 11:33