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 Author Forum [asc] Replies Views Posted
    Thread: Why does emulating hybrid attack with rules skip some rules/ignore numbers?
Post: RE: Why does emulating hybrid attack with rules sk...

can confirm Code: -- ./hashcat-cli64.bin /tmp/t -r /tmp/test -a1 /tmp/t --stdout | wc -l 500 -- a0 works Code: -- ./hashcat-cli64.bin /tmp/t -r /tmp/test --stdout | wc -l 1000 --
undeath General Help 6 9,596 08-08-2015, 11:00 PM
    Thread: What I'm doing wrong?
Post: RE: What I'm doing wrong?

You're probably using a different hash mode.
undeath General Help 8 11,372 11-12-2015, 03:45 AM
    Thread: How to use login for crack hash
Post: RE: How to use login for crack hash

separate the logins and put them into their own file.
undeath General Help 3 5,539 11-26-2015, 03:08 AM
    Thread: Problem with Hashcat and large hashlists
Post: RE: Problem with Hashcat and large hashlists

Unless you want to develop a faster PCIe bus you can't. The hash list has to be transfered to your GPU.
undeath General Help 4 6,341 11-29-2015, 04:04 PM
    Thread: Out of my Depth
Post: RE: Out of my Depth

https://www.ifixit.com/Answers/View/78792/How+do+I+reset+the+firmware+password+on+my+MacBook+Pro
undeath General Help 6 8,896 01-16-2016, 08:05 PM
    Thread: how do i do this?
Post: RE: how do i do this?

cat list1 list2 | sort -u -o output
undeath General Help 14 16,814 01-21-2016, 07:03 PM
    Thread: Help Please
Post: RE: Help Please

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath General Help 3 5,923 01-30-2016, 05:05 PM
    Thread: Best approach when knowing several words in a long passphrase?
Post: RE: Best approach when knowing several words in a ...

if you need to brute-force more than seven characters don't even start.
undeath General Help 1 3,198 05-06-2016, 10:26 AM
    Thread: Iterated SHA-1
Post: RE: Iterated SHA-1

correct. That's why there is that feature request.
undeath General Help 1 4,525 05-26-2016, 12:44 PM
    Thread: Cracking a SHA-256 hash
Post: RE: Cracking a SHA-256 hash

1. how to crack? A: https://hashcat.net/wiki/ 2. is SHA-256 a safe PSA? A: No. 2.b What is better? A: (pbkdf2), bcrypt, scrypt, argon2 (weak -> strong) 3. Does that matter for a password with 36^64 po...
undeath General Help 1 25,921 05-28-2016, 07:25 PM
    Thread: Which Feature / Algo to add next to oclHashcat?
Post: RE: Which Feature / Algo to add next to oclHashcat...

I would also like to see a DES (unix) possibility! all GPU crackers i saw until now did not use bitsliced DES what made john on a single i7 core about 50% faster than my 8800GTS..... (2mio vs 1,5mi...
undeath Feature Requests 10 26,413 07-07-2010, 09:45 PM
    Thread: [split] Feature/Algo poll oclHashcat v0.23 (DES support)
Post: [split] Feature/Algo poll oclHashcat v0.23 (DES su...

*shock* DES is no option anymore?
undeath Feature Requests 7 17,092 07-13-2010, 07:10 AM
    Thread: [split] Feature/Algo poll oclHashcat v0.23 (DES support)
Post: RE: Feature/Algo poll oclHashcat v0.23

sad to hear this, as I often see DES used on unix systems (of course not for the root acc xD ). One of the advantages of the DES hash is the support by perl crypt(), whats the reason for being used b...
undeath Feature Requests 7 17,092 07-14-2010, 07:58 AM
    Thread: crack long password how to fix "no combinations possible"
Post: RE: crack long password how to fix "no combination...

hashcat can crack this. simply create a rule-file with this rule: Code: -- $S$E$C$U$R$I$T$Y$K$E$Y$W$O$R$D --
undeath Feature Requests 10 29,860 08-12-2011, 09:18 PM
    Thread: crack long password how to fix "no combinations possible"
Post: RE: crack long password how to fix "no combination...

hashcat can crack this. Code: -- hashcat-cli64.exe -m102 hash.txt word.txt -r rule.txt -e salt.txt Initializing hashcat v0.37 by atom with 8 threads and 32mb segment-size... NOTE: press ente...
undeath Feature Requests 10 29,860 08-12-2011, 11:10 PM
    Thread: oclHashcat - limit amount of wordlist words for left mask
Post: oclHashcat - limit amount of wordlist words for le...

Hey, I found out that using more or less huge wordlists for the left mask affects oclHashcat's performance very much: Code: -- Status.......: Running Hash.Type....: NTLM Mode.Left....: Dict '.....
undeath Feature Requests 1 7,303 08-23-2011, 10:54 PM
    Thread: oclHashcat-plus: resume after shutdown
Post: oclHashcat-plus: resume after shutdown

Hi, i'd like to request a function for oclHashcat-plus to be able to resume a previous cracking process, similiar to the -s switch in hashcat. (same goes out for oclHashcat, but as this one does...
undeath Feature Requests 7 24,182 10-16-2011, 10:46 AM
    Thread: [all versions] generic salt handler
Post: RE: [all versions] generic salt handler

i know this can be archived with rules, but only on a per-salt basis. Lists with different salts are hard to cover.
undeath Feature Requests 3 14,149 10-23-2011, 01:16 PM
    Thread: oclHashcat-plus: resume after shutdown
Post: RE: oclHashcat-plus: resume after shutdown

i found an easy way to resume wordlists without needing to split them. I described it on the wiki page: https://hashcat.net/wiki/oclhashcat_plus#dictionary_loading
undeath Feature Requests 7 24,182 11-01-2011, 05:08 PM
    Thread: [all versions] generic salt handler
Post: [all versions] generic salt handler

Hey, I might not the first one to have had this thought, but a nice feature for all versions of hashcat would be to have a generic salt handler that allows appending/prepending a salt to every supp...
undeath Feature Requests 3 14,149 10-20-2011, 06:49 PM