Tuesday, June 16, 2009

WIFI ZOO for nokia internet tablet

programs needed installed to run wifizoo
python2.5
python-launcher-daemon
tcpdump
scrapy.py
kismet so you can do channel hopping(if you know another way that's fine)
aircrack-ng ( to put the wireless card in to monitor mode,again if you know another way thats fine)
graphviz for the images http://darethehair.googlepages.com/graphviz-2.20.3-1_all.deb

download wifizoo1.3
untar it and edit the following files
or if u dont want to edit them you can use mine
wifizoo
appHandlers.py
line 5:
- import curses.ascii
+ #import curses.ascii
wifiglobals.py
line 3:
- import curses.ascii
+ #import curses.ascii
line 232:
- if curses.ascii.isctrl(c):
+ #if curses.ascii.isctrl(c):
line 233:
+ if ord(c) >= 0 and ord(c) <=31: wifizoo.py line 4: - import curses.ascii + #import curses.ascii -conf.iface = 'rausb0' +conf.iface = 'wlan0' Credit goes to http://www.freedomcoder.com.ar link2
http://talk.maemo.org/showthread.php?t=20648
Maemo.org post for pentesting apps

some screenshots


wifizoo start



wifizoo dash



chart

wifizoo2




wifizoo3

1 comment:

Anonymous said...

hola estoy tratando de ponerlo a funcionar pero me jenera un error con el if ord(c) >= 0 and ord(c) <=31 lo pongo en la linea q dices y bota un error de retun 1, me ayudas