You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cracking WPA2 PSK, the --outfile-format 1,3 command does not output the cracked PSK correctly. If the --outfile-format 1,3 command is removed, then the password is put into the control file correctly.
Example output from WPA2 (mode:22000) cracking with the --outfile-format 1,3 command.
Uh oh!
There was an error while loading. Please reload this page.
When cracking WPA2 PSK, the
--outfile-format 1,3
command does not output the cracked PSK correctly. If the--outfile-format 1,3
command is removed, then the password is put into the control file correctly.Example output from WPA2 (mode:22000) cracking with the
--outfile-format 1,3
command.213a4161329a760c0849e16e10137270:828a20889fd7:9e238ff34a5f:Test-WPA:50617373776f7264313233
Example output from WPA2 (mode:22000) cracking with the
--outfile-format 1,3
command removed.213a4161329a760c0849e16e10137270:828a20889fd7:9e238ff34a5f:Test-WPA:Password123
Because of this, the hashview server doesn't seem to recognize the results and never shows the PSK as being successfully recovered.
The text was updated successfully, but these errors were encountered: