nagyistoce / grimwepa

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

FileNotFoundException during Refresh Targets #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduction:
1. Click Refresh Targets, wait for errors to come rolling in.

Expected: No output.  Program filters out targets-01.csv (created by
airodump-ng) for Access Point information (ssid, bssid, channel, power, enc).

Instead: Program freezes.  Output: "Error: FileNotFoundException: File:
/root/targets.csv".

This is a known issue since first public release.

Most common cause of this issue is user error : i.e. the user selected a
wireless card that cannot go into monitor mode; or airodump-ng cannot scan
with the selected card.

Unable to fix, since everyone's wireless card is different.

v0.1 : If this issue happens, GrimWepa displays output asking user to try
typing airodump-ng command themselves, and if an output file is not
created, to troubleshoot with airodump-ng.

Original issue reported on code.google.com by der...@gmail.com on 1 Mar 2010 at 7:51

GoogleCodeExporter commented 9 years ago
Turns out I'm an idiot and never made allowances for paths with spaces!

This error happened to anyone that has spaces in their directories and/or 
filenames.

Who's a moron? That's right, I am.

This error would continue to happen after clicking the Refresh Targets 
button... for
just about every option

This issue is linked with the WPA wordlist cracker's error of files with spaces 
in
the name/directory.

I've solved the bug (testing now) and you can expect this bug to be banished 
from the
face of the earth by v1.0 .

Original comment by der...@gmail.com on 3 Mar 2010 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by der...@gmail.com on 3 Mar 2010 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by der...@gmail.com on 5 Mar 2010 at 6:37