Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: ati 7990 x4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
What was your command line?
vclrun ./oclHashcat-plus64.bin -n80 --gpu-loops 1024 -m 2500 -a3 -1sdfg12345
(10-22-2013, 07:13 PM)Telean Wrote: [ -> ]vclrun ./oclHashcat-plus64.bin -n80 --gpu-loops 1024 -m 2500 -a3 -1sdfg12345
I assume that -1 sdfg12345 is a custom charset. You seem to be missing the mask at the end of the command line. Make sure that you give enough work to your cards. With that custom charset you should at least try to crack 14 characters long to make sure you give enough work like ?1?1?1?1?1?1?1?1?1?1?1?1?1?1. To simplify things you might just want to test ?a?a?a?a?a?a?a?a.
(10-22-2013, 07:29 PM)mastercracker Wrote: [ -> ]
(10-22-2013, 07:13 PM)Telean Wrote: [ -> ]vclrun ./oclHashcat-plus64.bin -n80 --gpu-loops 1024 -m 2500 -a3 -1sdfg12345
I assume that -1 sdfg12345 is a custom charset. You seem to be missing the mask at the end of the command line. Make sure that you give enough work to your cards. With that custom charset you should at least try to crack 14 characters long to make sure you give enough work like ?1?1?1?1?1?1?1?1?1?1?1?1?1?1. To simplify things you might just want to test ?a?a?a?a?a?a?a?a.
I'll try to remember the password of 13 characters he
here's a complete team
vclrun ./oclHashcat-plus64.bin -n80 --gpu-loops 1024 -m 2500 -a3 -1sport1234567890 test.hccap Sport?1?1?1?1?1?1?1?
optimal loops for wpa is 4096, not 1024. keyspace is a bit odd for benchmarking.
and another question is why does not work [status [pause [r] esume [b] ypass [q] uit =>
Thanks in advance for your answers
you will need to use --status and --status-timer with vcl
vclrun ./oclHashcat-plus64.bin -n80 --gpu-loops 4096 -m 2500 -a3 -1sport1234567890 test.hccap Sport?1?1?1?1?1?1?1?1

Session.Name...: oclHashcat-plus
Status.........: Aborted
Input.Mode.....: Mask (Sport?1?1?1?1?1?1?1?1) [13]
Hash.Target....:
Hash.Type......: WPA/WPA2
Time.Started...: Tue Oct 22 20:47:10 2013 (49 secs)
Time.Estimated.: Tue Oct 22 21:36:42 2013 (48 mins, 23 secs)
Speed.GPU.#1...: 135.2 kH/s
Speed.GPU.#2...: 135.2 kH/s
Speed.GPU.#3...: 124.9 kH/s
Speed.GPU.#4...: 71643 H/s
Speed.GPU.#5...: 119.1 kH/s
Speed.GPU.#6...: 54535 H/s
Speed.GPU.#7...: 53302 H/s
Speed.GPU.#8...: 116.2 kH/s
Speed.GPU.#9...: 71470 H/s
Speed.GPU.#10...: 119.0 kH/s
Speed.GPU.#*...: 1000.6 kH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 43008000/2562890625 (1.68%)
Rejected.......: 0/43008000 (0.00%)

Started: Tue Oct 22 20:47:10 2013
Stopped: Tue Oct 22 20:48:20 2013
(10-22-2013, 07:47 PM)epixoip Wrote: [ -> ]you will need to use --status and --status-timer with vcl

many thanks
Pages: 1 2