ok, so i am using crunch to ultimately pipe 8 uppercase characters to cowpatty!
this is a slow process, so i have decided to get cuda up and running with with pyrit, which is now working fine! My GPU is listed under the cores, and when benchmarking im just shy of 7000 PMKs/s total
My problem is that the output to cowpatty looks strange. I am expecting something like this:
Code:
root@BT4:./crunch 8 8 ABCDEFGHIJKLMNOPQRSTUVWXYZ | cowpatty -f - -s ssid -r /path/to/cap/file.cap
cowpatty 4.3 - WPA-PSK dictionary attack. <jwright@hasborg.com>
Collected all necessary data to mount crack against WPA/PSK passphrase.
Starting dictionary attack. Please be patient.
Using STDIN for words.
key no. 1000: AAAAABML
key no. 2000: AAAAACYX
key no. 3000: AAAAAELJ
However i am recieving outputs of:
Code:
./crunch 8 8 ABCDEFGHIJKLMNOPQRSTUVWXYZ | pyrit -e ssid -f - passthrough | cowpatty -f - -s <essid> -r /path/to/cap/file.cap
cowpatty 4.3 - WPA-PSK dictionary attack. <jwright@hasborg.com>
Collected all necessary data to mount crack against WPA/PSK passphrase.
Starting dictionary attack. Please be patient.
Using STDIN for words.
The ESSID-blobspace seems to be empty; you should create an ESSID...
key no. 1000: AARTP��!▒�ܒ�B�h▒ �.�U~�F���Z)AAAAAZDPd���X���B����vC
key no. 2000: ��Řea��+���������b�΄�hu�)AAAAALCAo{�Ƚų����d~N��cy�A9
I can obviously see a string of uppercase characters amongst the symbols...but is this OK? or is cowpatty processing the symbols as well?
Also what is an empty ESSID-blobspace?
Thanks