Last active
April 6, 2018 08:44
-
-
Save ericbaranowski/3bd7ca90e857f75bc6b88502d4ad285d to your computer and use it in GitHub Desktop.
Azure GPU password cracking using Hashcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ./hashcat64.bin -a 0 -m 5600 ntlmv2.hash rockyou.txt --workload-profile 4 --generate-rules 10000 --cpu-affinity --powertune-enable | |
hashcat (v4.0.1) starting... | |
OpenCL Platform #1: NVIDIA Corporation | |
====================================== | |
* Device #1: Tesla M60, 2030/8123 MB allocatable, 16MCU | |
* Device #2: Tesla M60, 2030/8123 MB allocatable, 16MCU | |
Hashes: 1 digests; 1 unique digests, 1 unique salts | |
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates | |
Rules: 10000 | |
Applicable optimizers: | |
* Zero-Byte | |
* Not-Iterated | |
* Single-Hash | |
* Single-Salt | |
Password length minimum: 0 | |
Password length maximum: 256 | |
ATTENTION! Pure (unoptimized) OpenCL kernels selected. | |
This enables cracking passwords and salts > length 32 but for the price of drastical reduced performance. | |
If you want to switch to optimized OpenCL kernels, append -O to your commandline. | |
Watchdog: Temperature abort trigger set to 90c | |
Watchdog: Temperature retain trigger disabled. | |
Dictionary cache built: | |
* Filename..: rockyou.txt | |
* Passwords.: 14344392 | |
* Bytes.....: 139921507 | |
* Keyspace..: 143443850000 | |
* Runtime...: 1 sec | |
ADMIN::N46iSNekpT:08ca45b7d7ea58ee:88dcbe4446168966a153a0064958dac6:5c7830315c7830310000000000000b45c67103d07d7b95acd12ffa11230e0000000052920b85f78d013c31cdb3b92f5d765c783030:hashcat | |
Session..........: hashcat | |
Status...........: Cracked | |
Hash.Type........: NetNTLMv2 | |
Hash.Target......: ADMIN::N46iSNekpT:08ca45b7d7ea58ee:88dcbe4446168966...783030 | |
Time.Started.....: Tue Jan 2 10:57:50 2018 (16 secs) | |
Time.Estimated...: Tue Jan 2 10:58:06 2018 (0 secs) | |
Guess.Base.......: File (rockyou.txt) | |
Guess.Mod........: Rules (Generated) | |
Guess.Queue......: 1/1 (100.00%) | |
Speed.Dev.#1.....: 245.6 MH/s (545.11ms) | |
Speed.Dev.#2.....: 276.3 MH/s (484.35ms) | |
Speed.Dev.#*.....: 521.9 MH/s | |
Recovered........: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts | |
Progress.........: 7784628224/143443850000 (5.43%) | |
Rejected.........: 0/7784628224 (0.00%) | |
Restore.Point....: 0/14344385 (0.00%) | |
Candidates.#1....: 1234563456 -> Leslee | |
Candidates.#2....: Ldpold -> SALDIVAR | |
HWMon.Dev.#1.....: Temp: 41c Util:100% Core:1177MHz Mem:2505MHz Bus:16 | |
HWMon.Dev.#2.....: Temp: 40c Util:100% Core:1177MHz Mem:2505MHz Bus:16 | |
Started: Tue Jan 2 10:57:35 2018 | |
Stopped: Tue Jan 2 10:58:07 2018 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment