John the Ripper/Benchmarking: Difference between revisions
From charlesreid1
(Created page with "=Speed Test= Here is how to run a John the Ripper speed test: <pre> $ john -test </pre> =Speed Test Results= ==Kronos== Here are the results of the John the Ripper speed...") |
(→Kronos) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
==Kronos== | ==Kronos== | ||
Here are the results of the John the Ripper speed test on Kronos: | Here are the results of the John the Ripper speed test on Kronos (2010-ish Macbook Pro): | ||
<pre> | <pre> | ||
| Line 21: | Line 21: | ||
Raw: 1045 c/s real, 536 c/s virtual | Raw: 1045 c/s real, 536 c/s virtual | ||
</pre> | </pre> | ||
Slightly slower than Aircrack's 1200 keys per second... But not too bad. | |||
==AWS Free Node== | |||
Running the John the Ripper speed test on a free AWS compute node: | |||
<pre> | |||
$ john -test | |||
Benchmarking: wpapsk, WPA/WPA2 PSK [PBKDF2-SHA1 256/256 AVX2 8x]... DONE | |||
Raw: 2256 c/s real, 2256 c/s virtual | |||
</pre> | |||
Not too bad for a free compute node!!! | |||
{{JohnFlag}} | |||
[[Category:Benchmarking]] | |||
[[Category:Passwords]] | |||
Latest revision as of 00:19, 7 August 2017
Speed Test
Here is how to run a John the Ripper speed test:
$ john -test
Speed Test Results
Kronos
Here are the results of the John the Ripper speed test on Kronos (2010-ish Macbook Pro):
$ john -test [...be prepared to wait a while...] Benchmarking: wpapsk, WPA/WPA2 PSK [PBKDF2-SHA1 128/128 SSE4.1 4x]... (2xOMP) DONE Raw: 1045 c/s real, 536 c/s virtual
Slightly slower than Aircrack's 1200 keys per second... But not too bad.
AWS Free Node
Running the John the Ripper speed test on a free AWS compute node:
$ john -test Benchmarking: wpapsk, WPA/WPA2 PSK [PBKDF2-SHA1 256/256 AVX2 8x]... DONE Raw: 2256 c/s real, 2256 c/s virtual
Not too bad for a free compute node!!!
| john the ripper password generator and all-around cracking tool.
Testing John: John the Ripper/Benchmarking Using John on Password generation using rules and modes: John the Ripper/Password Generation Installing some useful password rules: John the Ripper/Rules Using John to feed password guesses to Aircrack: Aircrack and John the Ripper John the Ripper on AWS: Ubuntu/Barebones to JtR Getting Passwords from John: John the Ripper/Password Recovery
|