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 [asc] Forum Replies Views Posted
    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,410 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,090 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,090 07-14-2010, 07:58 AM
    Thread: How to know which rules has been used to crack ?
Post: RE: How to know which rules has been used to crack...

--debug-mode=1 (and additionally: --debug-file=used_rules.rule)
undeath Very old oclHashcat-plus Support 5 12,700 08-10-2011, 07:44 PM
    Thread: How to know which rules has been used to crack ?
Post: RE: How to know which rules has been used to crack...

unfortunately only hashcat supports the debug-mode.
undeath Very old oclHashcat-plus Support 5 12,700 08-11-2011, 04:16 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,851 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,851 08-12-2011, 11:10 PM
    Thread: hashcat lite with email notification?
Post: RE: hashcat lite with email notification?

./hashcat.bin -m ....... | mail -c "hashcat has finished cracking" [email protected]
undeath General Help 5 13,839 08-21-2011, 07:06 PM
    Thread: No digests loaded error
Post: RE: No digests loaded error

if you want to output the cracked hashes to cracked.txt you need to use the -o switch before the filename.
undeath Very old oclHashcat Support 2 9,123 08-21-2011, 08:04 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,301 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,181 10-16-2011, 10:46 AM
    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,146 10-20-2011, 06:49 PM
    Thread: --restore option problem
Post: RE: --restore option problem

if you name your session you need to mention the name of the session you want to restore, too. (if it is not the default one) so not only do a "--restore" but a "--restore --session=aaa" else yo...
undeath Very old oclHashcat-lite Support 5 13,538 10-20-2011, 08:13 PM
    Thread: Charset ?h
Post: RE: Charset ?h

https://www.utf8-chartable.de/ starting at U+00C0 until U+00FF
undeath Very old oclHashcat Support 3 12,753 10-23-2011, 01:14 PM
    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,146 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,181 11-01-2011, 05:08 PM
    Thread: vBulletin MD5 without Salts
Post: RE: vBulletin MD5 without Salts

of course you could try to bruteforce a password AND a 30 character salts. It only slightly increases the work. 95^8 for the password and 95^30 for the salt. All in all 95^8+95^30. I don't think you w...
undeath Old hashcat Support 9 28,772 11-04-2011, 03:34 PM
    Thread: --stdout option
Post: RE: --stdout option

you can use the maskprocessor (see wiki). It won't get any faster than this.
undeath Very old oclHashcat Support 2 10,883 11-07-2011, 01:08 PM
    Thread: [bug] oclHashcat-plus not printing plains
Post: [bug] oclHashcat-plus not printing plains

Hey, I'm not sure if there already was a thread like this but I didn't find any. I was just running a big md5 list and and realizied oclHashcat-plus somehow "forgot" to print the cracked plains ...
undeath Very old oclHashcat-plus Support 6 12,477 11-07-2011, 01:22 PM
    Thread: [bug] oclHashcat-plus not printing plains
Post: RE: [bug] oclHashcat-plus not printing plains

that's true.
undeath Very old oclHashcat-plus Support 6 12,477 11-07-2011, 02:15 PM