ffazio / grimwepa

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

Enter one-line summary #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java -jar grimwepa1.10a6.jar 
2. refresh targets
3. no access point available

What is the expected output? What do you see instead?
The target list should refresh after timeout (3s).

When there is no access point, the "waiting for 3 seconds..." stays on the HMI 
untill user's interuption.

What version of the product are you using? On what operating system?
V1.10 Alpha6, bt4(2.6.34)

Please provide any additional information below.
This is a great tool, but Chinese ID is not properly displayed. -:)

Original issue reported on code.google.com by xiewensh...@gmail.com on 21 Jul 2010 at 9:16

GoogleCodeExporter commented 9 years ago
I tried to make GrimWepa display error messages (in the console) whenever 
something unexpected happens, and it sounds like the program is doing just that.

Does the console (where you typed java -jar grimwepa1.10a6.jar) output any 
error messages? Do you see anything like this:

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!

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

GoogleCodeExporter commented 9 years ago
No console output during program running or after program terminated.

When "stop scanning", the foot displays "scan complete, 0 access points found." 
instead of "waiting for 3 seconds..."

Original comment by xiewensh...@gmail.com on 26 Jul 2010 at 6:25

GoogleCodeExporter commented 9 years ago
I think this is a BT4 problem because my BT4 is update to 2.6.34.
When using LiveCD (2.6.30), the Alpha6 works.

Original comment by xiewensh...@gmail.com on 27 Jul 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Have you ever tried to update your BT4 as

aptitude update && aptitude safe-upgrade && aptitude dist-upgrade

?

The tool then has problem.

In the attached file, you will see the output for:

java -jar grimwepa1.10a6.jar -v

There is no update in the grimwepa HMI. If I run the command in console 
seperately, the output is normal.

Could it be that
xterm -fg gray -bg black -bd gray -geom 100x15+0+0 -T gw-targetscan -iconic -e 
airodump-ng -a -c 6 -w /root/work/targets mon0
has problem after updating BT4?

Original comment by xiewensh...@gmail.com on 6 Aug 2010 at 5:55

Attachments:

GoogleCodeExporter commented 9 years ago
Have you done something like:

iw reg set XX

in your code?

Original comment by xiewensh...@gmail.com on 18 Aug 2010 at 3:17