Skip to content

Instantly share code, notes, and snippets.

@roycewilliams
Last active February 17, 2018 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roycewilliams/010bf791a3a0c14ac2db5fff932debf4 to your computer and use it in GitHub Desktop.
Save roycewilliams/010bf791a3a0c14ac2db5fff932debf4 to your computer and use it in GitHub Desktop.
$ hashcat -b -m 3200
hashcat (v4.0.1-95-gce0cee0a+) starting in benchmark mode...
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080, 2028/8113 MB allocatable, 20MCU
* Device #2: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #3: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #4: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #5: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #6: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
OpenCL Platform #2: Advanced Micro Devices, Inc.
================================================
* Device #7: AMD FX(tm)-8350 Eight-Core Processor, skipped.
Benchmark relevant options:
===========================
* --optimized-kernel-enable
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix)
Speed.Dev.#1.....: 14838 H/s (42.05ms)
Speed.Dev.#2.....: 14584 H/s (42.76ms)
Speed.Dev.#3.....: 14670 H/s (42.17ms)
Speed.Dev.#4.....: 14852 H/s (41.98ms)
Speed.Dev.#5.....: 14839 H/s (41.98ms)
Speed.Dev.#6.....: 14676 H/s (42.33ms)
Speed.Dev.#*.....: 88458 H/s
Started: Wed Jan 24 18:26:48 2018
Stopped: Wed Jan 24 18:27:05 2018
$ diff -u include/interface.h.orig include/interface.h
--- include/interface.h.orig 2018-01-24 18:24:14.257185286 -0900
+++ include/interface.h 2018-01-24 18:26:03.729886514 -0900
@@ -1688,7 +1688,7 @@
ROUNDS_DCC2 = 10240,
ROUNDS_WPA = 4096,
ROUNDS_WPAPMK = 1,
- ROUNDS_BCRYPT = (1 << 5),
+ ROUNDS_BCRYPT = (1 << 12),
ROUNDS_PSAFE3 = 2048,
ROUNDS_ANDROIDPIN = 1024,
ROUNDS_TRUECRYPT_1K = 1000,
$ make clean; make
[...]
$ ./hashcat -b -m 3200
hashcat (v4.0.1-97-g7062425d+) starting in benchmark mode...
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080, 2028/8113 MB allocatable, 20MCU
* Device #2: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #3: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #4: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #5: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
* Device #6: GeForce GTX 1080, 2028/8114 MB allocatable, 20MCU
OpenCL Platform #2: Advanced Micro Devices, Inc.
================================================
* Device #7: AMD FX(tm)-8350 Eight-Core Processor, skipped.
Benchmark relevant options:
===========================
* --optimized-kernel-enable
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix)
Speed.Dev.#1.....: 93 H/s (39.54ms)
Speed.Dev.#2.....: 94 H/s (40.12ms)
Speed.Dev.#3.....: 93 H/s (39.86ms)
Speed.Dev.#4.....: 94 H/s (39.41ms)
Speed.Dev.#5.....: 94 H/s (39.39ms)
Speed.Dev.#6.....: 93 H/s (39.89ms)
Speed.Dev.#*.....: 561 H/s
Started: Wed Jan 24 18:32:08 2018
Stopped: Wed Jan 24 18:32:35 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment