|
2011-01-31
, 16:54
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#242
|
backtrack doesn't recognize n900 ?! :S
how to use john via pipe in n900?
The Following User Says Thank You to stevomanu For This Useful Post: | ||
|
2011-01-31
, 19:31
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#243
|
Custom wl1251 module loaded (with injection)
Traceback (most recent call last):
File "Main.py", line 142, in doEnableCapture
self.essid = infoList[0]
IndexError: list index out of range
Traceback (most recent call last):
File "Main.py", line 164, in doCapture
self.essid = infoList[0]
IndexError: list index out of range
|
2011-01-31
, 19:49
|
|
Posts: 330 |
Thanked: 483 times |
Joined on Dec 2010
@ Norwich, UK
|
#244
|
Thanks for your excellent app.
But i have a problem. I enable inyetion and monitor mode:
I scan for wep and i find one, but when i select it, i get this error:
And when i click on start packet capture:
Thanks in advance for your help.
The Following User Says Thank You to FRuMMaGe For This Useful Post: | ||
|
2011-01-31
, 20:13
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#245
|
How are you running it? You should make sure you either use the launch.sh script or if you are loading Main.py directly then make sure you are in the FAS directory.
|
2011-01-31
, 20:59
|
|
Posts: 330 |
Thanked: 483 times |
Joined on Dec 2010
@ Norwich, UK
|
#246
|
I just open the x-terminal and type:
cd MyDocs/FAS/
sh launch.sh #(or python Main.py)
But i always get that error. I don't know why.
The Following User Says Thank You to FRuMMaGe For This Useful Post: | ||
|
2011-01-31
, 21:06
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#247
|
~ $ cd MyDocs/FAS/
~/MyDocs/FAS $ ls .
FAS.py getinterfacestate.sh readAP.sh
FAS.pyo getmacmanaged.sh scan.sh
Main.py getmacmonitor.sh scanresults.txt
cap interface.txt temp-01.cap
caplist.txt keylist.txt temp-01.csv
currentAP.txt keys temp-01.kismet.csv
diction launch.sh temp-01.kismet.netxml
dictionlist.txt load.sh unload.sh
getinfo.sh mymac.txt
|
2011-01-31
, 21:56
|
|
Posts: 330 |
Thanked: 483 times |
Joined on Dec 2010
@ Norwich, UK
|
#248
|
I run it as a normal user (as root user, it didn't start)
Here the output of ls:
The Following User Says Thank You to FRuMMaGe For This Useful Post: | ||
|
2011-01-31
, 22:00
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#249
|
Hmmm...
Basically the "out of range" error is because it is trying to gather information from the output of the "scanresults.sh" script but for some reason the file is empty.
Post the output of these commands from the FAS directory:
cat scanresults.txt
cat currentAP.txt
cat interface.txt
EDIT: I will be uploading the next version of fAircrack in a few hours. Just finishing off the John integration. Maybe you will have better luck with it.
~ $ cd MyDocs/FAS/
~/MyDocs/FAS $ cat scanresults.txt
Wi-FiArnet
~/MyDocs/FAS $ cat currentAP.txt
~/MyDocs/FAS $ cat interface.txt
Ma
~/MyDocs/FAS $
|
2011-01-31
, 22:23
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#250
|
Tags |
aircrack, aircrack-ng, epicfacepalm, pen testing, rtfm dude! |
|
how to use john via pipe in n900?