View Single Post
Posts: 58 | Thanked: 3 times | Joined on Jul 2009 @ (Germany.Austria),former Yugolsavia,USA
#16
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


Originally Posted by deadmalc View Post
It's not working because you are not in the right directory.
You need to cd into the directory you saved it in...

[mhussain@mhussain Download]$ pwd
/home/mhussain/Download
[mhussain@mhussain Download]$ ls -ld wifizoo*
-rw-rw-r--. 1 mhussain mhussain 913343 2009-09-07 11:00 wifizoo.tar
[mhussain@mhussain Download]$ tar xf wifizoo.tar
[mhussain@mhussain Download]$ ls -ld wifizoo*
-rw-rw-r--. 1 mhussain mhussain 913343 2009-09-07 11:00 wifizoo.tar
drwxrwxr-x. 4 mhussain mhussain 4096 2009-09-07 11:00 wifizoo_v1.3

And it works no problem, if you are not in the right directory it won't work