The Following User Says Thank You to deadmalc For This Useful Post: | ||
|
2009-09-07
, 09:52
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#12
|
|
2009-09-07
, 09:58
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#13
|
|
2009-09-07
, 10:04
|
|
Posts: 415 |
Thanked: 182 times |
Joined on Nov 2007
@ Leeds UK
|
#14
|
I tryed both the tar xf wifizoo.tar. and tar xf wifizoo.tar.
Both times it responded
tar:cant open wifizoo.tar No such file or directory...
I got it saved in Games NokiaN810
The Following User Says Thank You to deadmalc For This Useful Post: | ||
|
2009-09-07
, 10:05
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#15
|
|
2009-09-07
, 10:10
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#16
|
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
|
2009-09-07
, 10:26
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#17
|
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
|
2009-09-07
, 10:28
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#18
|
I deleted the old version and now i downloaded it again into removable card mmc1(Document folder that i have)
Shuld i doo now cd Document/mmc1?then try to untar?
|
2009-09-07
, 10:41
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#19
|
|
2009-09-07
, 10:47
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#20
|
The v option shows you what it is doing.
Life on the edge....always waiting to fall