**note** this was ran from the dir that crunch is in and I also mv'd the .cap file into the dir as well.Code:./crunch 8 8 abcdefghijklmnopqrstuvwxyz | aircrack-ng -w- -b xx:xx:xx:xx:xx:xx psk-01.cap
Printable View
**note** this was ran from the dir that crunch is in and I also mv'd the .cap file into the dir as well.Code:./crunch 8 8 abcdefghijklmnopqrstuvwxyz | aircrack-ng -w- -b xx:xx:xx:xx:xx:xx psk-01.cap
I have been trying to get this working but I am failing miserably.
This is the command that I am using, I have tried with out the -e switch with no joy also.
/pentest/password/crunch/crunch 8 8 ABCDEFGHIJKLMNOPQRSTUVWXYZ -o upercase | aircrack-ng -e NetworkName -w - file.cap
I get an error saying no such file or dir' it then goes on to open the .cap file and returns the message that the passphrase is not in the dictionary.
So I assume it is the first part of the command that I am getting wrong some how?
Thanks.
/pentest/password/crunch/crunch 8 8 ABCDEFGHIJKLMNOPQRSTUVWXYZ -o upercase | aircrack-ng -e NetworkName -w - file.cap
You are writing to a file with crunch but trying to read from stdin with aircrack. This is not going to work.
Thank you.:D
where can i download the crunch password tool?
Thanks,
Chu