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.

Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: sha512 question
Post: RE: sha512 question

You look for sha512($pass.$salt) "oclhashcat -h" gives you the answer.
Mem5 Old hashcat Support 2 5,460 10-22-2012, 08:45 PM
    Thread: sha512crypt hash error
Post: RE: sha512crypt hash error

khoros Wrote: (10-01-2012, 05:06 PM) -- i also tried to cut up the hash and use only "$6$aWykABtG$ddQNVYpo0jGGwqhUKIhjyK/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif" WARNING: ...
Mem5 Very old oclHashcat-plus Support 10 24,507 10-01-2012, 06:19 PM
    Thread: slow using rules
Post: RE: slow using rules

11300 (bitcoin) is slow, you can get around 11"665 H/s with a RTX 2080 Ti (source (https://www.onlinehashcrack.com/tools-benchmark-hashcat-gtx-1080-ti-1070-ti-rtx-2080-ti.php)) Add switch -w 4 to you...
Mem5 hashcat 7 1,055 07-28-2020, 07:51 PM
    Thread: slow using rules
Post: RE: slow using rules

philsmd Wrote: (07-28-2020, 09:07 PM) -- -S  (..) makes sense for "not too slow" hashes and were you didn't provide too much password candidates in the dict for full acceleration -- Are you able to...
Mem5 hashcat 7 1,055 07-29-2020, 12:22 PM
    Thread: Source code?
Post: RE: Source code?

Trac is a ticketing system, not a github. Hashcat source is not available : https://hashcat.net/forum/thread-2699-post-16081.html
Mem5 General Help 5 7,920 12-04-2015, 09:34 AM
    Thread: Source code?
Post: RE: Source code?

Haha ! Great !
Mem5 General Help 5 7,920 12-04-2015, 11:07 PM
    Thread: Speed of Hascat vs Pyrit
Post: RE: Speed of Hascat vs Pyrit

@john99 : do a benchmark ;)
Mem5 General Help 10 49,690 11-03-2012, 01:22 PM
    Thread: Speed of Hascat vs Pyrit
Post: RE: Speed of Hascat vs Pyrit

@atom: This magical option does not speed up the crack for me.
Mem5 General Help 10 49,690 11-04-2012, 11:57 AM
    Thread: status from gpu cracking?
Post: RE: status from gpu cracking?

look at the examples given with the program + read the wiki.
Mem5 Very old oclHashcat-plus Support 8 18,279 04-05-2013, 08:12 AM
    Thread: Status: Exhausted Bitcoin Wallet Passphrase Recovery
Post: RE: Status: Exhausted Bitcoin Wallet Passphrase Re...

Bitcoin wallet & 15 chars is not doable in a human life. By the way your problem is the last '?' character, remove it : C:\Users\wq\Desktop\hashcat-4.1.0>hashcat64.exe -a 3 -m 11300 wallethash.txt ?...
Mem5 hashcat 10 5,905 02-14-2019, 01:44 PM
    Thread: step by step instructions?
Post: RE: step by step instructions?

Did you read the wiki ? All is inside.
Mem5 Old oclHashcat Support 1 4,109 04-12-2014, 11:54 AM
    Thread: Strange behaviour w/ WPA
Post: RE: Strange behaviour w/ WPA

>wc -l some10Digits.dic 4531327 ?!
Mem5 Old oclHashcat Support 3 5,876 04-29-2014, 08:36 AM
    Thread: Stuck in the starting blocks
Post: RE: Stuck in the starting blocks

- Download from https://hashcat.net/oclhashcat/ - Open a shell - Run oclhashcat
Mem5 General Help 2 5,132 01-14-2015, 09:24 AM
    Thread: suggest for 24 characters alpha-numeric attack
Post: RE: suggest for 24 characters alpha-numeric attack

No ! The best card (Radeon R9 295X2) gives ~350 000 words/second on WPA. charset mixalpha-num = 62 chars with length 24 : 62^24 = 1e+43 Do the math to compute how many dozen of cards you need...
Mem5 Old oclHashcat Support 3 8,140 07-10-2014, 10:48 PM
    Thread: Suggestions
Post: RE: Suggestions

Buy 4xhd7990 when available.
Mem5 Hardware 6 13,358 07-15-2012, 10:08 AM
    Thread: Tesla T4 benchmarks
Post: RE: Tesla T4 benchmarks

Thanks for the benchmark. What about the price ? hashes/watt looks good but hash/$ is horrible!
Mem5 Hardware 4 4,416 12-06-2018, 09:49 AM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

hashcat outputs in sdtout by default, so I suggest you to add "-o result.txt" if you want the password to be written to this file. OR use the --show switch as mentioned by philsmd.
Mem5 hashcat 5 1,230 03-29-2020, 12:47 PM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

No, hashcat reads galleria.16800. Then if password if found, it writes it to stdout OR (if -o set) to a file, and in any case to potfile (*.pot).
Mem5 hashcat 5 1,230 03-29-2020, 02:20 PM
    Thread: Time.Estimated and Exhausted issue
Post: RE: Time.Estimated and Exhausted issue

No session restore. GPU HD 5870 Win 7 SP1 x64 Driver v13.1 Same behaviour with MD5 from Apache. But still Ok with NTLM, MD5.
Mem5 Very old oclHashcat-plus Support 3 7,491 03-16-2013, 05:01 PM
    Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash

Quote: -- SHA1 hash with salt -- First, choose the right mode, speed is not the same for all: Code: -- 110 sha1($pass.$salt) 120 sha1($salt.$pass) 130 sha1(utf16le($pass).$salt) 140 sha1($salt.utf1...
Mem5 hashcat 3 396 09-24-2020, 10:10 AM