gsmphuguh / grimwepa

Automatically exported from code.google.com/p/grimwepa
0 stars 0 forks source link

Error: FileNotFoundException: File: /pentest/wireless/grimwepa/targets-01.csv #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.select wlan0 as wifi card (rt73) 
2. click refresh targets
3. await inactive message (shows error in console)

What is the expected output? What do you see instead?
Expected output is to show list of APS in vicinity. instead the following is 
shown in terminal instead:

Error: FileNotFoundException: File: /pentest/wireless/grimwepa/targets-01.csv
airodump-ng csv file was not found. The command GrimWepa used was:
[Ljava.lang.String;@124111a
xterm -fg green -bg black -bd green -geom 100x15+0+0 -T GrimWepa-TargetScan 
-iconic -e airodump-ng -w /pentest/wireless/grimwepa/targets --output-format 
csv mon0
If this command does not create a file 'targets.csv' when YOU run it, then 
there must be a problem with your airodump-ng, your user permissions in linux, 
or something else out of my control!

I have reinstalled airodump-ng, and im running as root

What version of the product are you using? On what operating system?
Using the latest version as of today (1.1 alpha 6?) on backtrack 4

Please provide any additional information below.

Original issue reported on code.google.com by ste...@gmail.com on 24 Jul 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Have you tried pasting that command into the console to see what happens?

xterm -fg green -bg black -bd green -geom 100x15+0+0 -T GrimWepa-TargetScan 
-iconic -e airodump-ng -w /pentest/wireless/grimwepa/targets --output-format 
csv mon0

If GrimWepa isn't seeing /pentest/wireless/targets-01.csv appear, then the 
above command probably won't create it when you run it. However, there's a good 
chance that you will see an error message (outputted by airodump-ng) explaining 
the problem -- or airodump-ng would at least give a hint as to why it couldn't 
create the CSV file.

Older versions of the aircrack suite don't recognize '--output-format csv' as 
valid arguments.  This was a big issue with the older grimwepa1.0, but this is 
the first complaint I've heard for the 1.1 alpha's.

What version of airodump/aircrack-ng are you using?

Original comment by der...@gmail.com on 25 Jul 2010 at 9:28

GoogleCodeExporter commented 9 years ago
Sorry about this, it turns out its some sort of driver issue with rt73, it puts 
the card into monitor mode, and then breaks it. Sorry for the panic/waste of 
time. Off to troubleshoot the thing now 

Original comment by ste...@gmail.com on 25 Jul 2010 at 11:03