Should i change the directory(example to a external card) Cus i want the version of this site http://www.box.net/shared/txa83fkzi8 Its already configured and awrything...if i download a wifizoo i wont know how to folow the rest of the steps in the B1ackdeath site,like 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