jeanstien / grimwepa

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

WPA Wordlist Textbox Bugs #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduction:
1. After getting handshake, attempt to crack

Expected: Crack using wordlist file in textbox.

Instead: Doesn't work well with spaces or with removable media!  This is a
big bug, since most of my own wordlists are on a USB drive!

Someone suggested a 'browse' button, and I've already implemented it. Right
now I'm just waiting to figure out the 'spaces' issues.

EXAMPLE:
If we have:         /mnt/usb/Password\ Lists/pw.txt

Java views it as:   /mnt/usb/Password Lists/pw.txt
But Aircrack needs: /mnt/usb/Password\ Lists/pw.txt

For some reason, aircrack isn't accepting either forms!

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

GoogleCodeExporter commented 9 years ago
Well, that explains why my large word list wouldn't work via USB drive.  I'm a 
little
rusty when it comes to Java, but if you need a helping hand just let me know.

Original comment by Wea...@gmail.com on 2 Mar 2010 at 1:49

GoogleCodeExporter commented 9 years ago
Solved.

Problem was not using arrays to pass arguments to the command line.

Testing now, will be available in v1.0

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

GoogleCodeExporter commented 9 years ago

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