namtrac35 / wifite

Automatically exported from code.google.com/p/wifite
0 stars 0 forks source link

sqlite3.OperationalError: near "wireless": syntax error #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All i did was install backtrack 4r2 and ran the commands in terminal for wifite 
install and got this error when i ran the ./wifite.py

root@bt:~# ./wifite.py

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

[+] launching gui interface
[+] wireless devices: "wlan0  RTL8187  rtl8187 - [phy0], wlan1  Intel 3945ABG 
iwl3945 - [phy1]"
Traceback (most recent call last):
  File "./wifite.py", line 3542, in <module>
    main() # launch the main method
  File "./wifite.py", line 833, in main
    app = App(root)
  File "./wifite.py", line 275, in __init__
    updatesqlstatus('[+] wireless devices: "' + ', '.join(lst) +'"')
  File "./wifite.py", line 1382, in updatesqlstatus
    db.execute("""INSERT INTO status (timestamp, status) VALUES (%i, %s)""" % (time.time(), text))
sqlite3.OperationalError: near "wireless": syntax error

Original issue reported on code.google.com by Aviles1...@live.com on 30 May 2011 at 4:37

GoogleCodeExporter commented 9 years ago
Hey i was messing around with the wifite.py file on line 275 i put a # in front 
of the line and it fixed my problem i dont know what that will cause but only 
time will tell

Original comment by Aviles1...@live.com on 30 May 2011 at 4:50

GoogleCodeExporter commented 9 years ago
never mind one i try to run the program it give me way more errors im gonna 
take that # off lol someone please help me

Original comment by Aviles1...@live.com on 30 May 2011 at 5:04

GoogleCodeExporter commented 9 years ago
I am also getting this error with a fresh install. I have double checked all of 
the premissions and they seem to be correct on both files and the parent 
directory. Any help would greatly be appreciated.

Original comment by nryo...@gmail.com on 30 May 2011 at 6:30