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: Hashcat Exhausted when using rules
Post: RE: Hashcat Exhausted when using rules

Yeah it shouldn't matter much with length slow algorithms. You can try to trick oclHashcat by simply adding 2 static chars to your input mask so that they dont reject and use ']] $?1$?1' in your rule ...
atom General Help 4 6,627 01-06-2016, 03:36 PM
    Thread: Tri-MD5 Decrypting
Post: RE: Tri-MD5 Decrypting

Forget that, you can't BF 16^64. The only way is to add the scheme to oclHashcat directly, but there are some requirements. Check out this article: https://hashcat.net/wiki/doku.php?id=frequently_aske...
atom Old oclHashcat Support 2 4,086 01-06-2016, 03:41 PM
    Thread: Finding salt with password and hash?
Post: RE: Finding salt with password and hash?

That's the wrong way. Usually you find out about an unknown algorithm by RE the binary which calculates it.
atom Old oclHashcat Support 1 3,436 01-06-2016, 03:43 PM
    Thread: Possible descrypt performance issue
Post: RE: Possible descrypt performance issue

It depends, sure there's a performance drop related to multihash because we can not know the salt value at compile time but as long as you use -a 3 the performance should be only a little bit slower. ...
atom Old oclHashcat Support 4 6,359 01-12-2016, 02:17 PM
    Thread: Creating hashes with hashcat
Post: RE: Creating hashes with hashcat

True, but if you clone the GitHub repository there's a tool called test.pl in the tools/ folder. Once you manage to install all the required perl modules you can use it to generate almost all hashes s...
atom General Help 2 5,760 01-12-2016, 02:19 PM
    Thread: Segmentation Fault while cracking PeopleSoft hashes
Post: RE: Segmentation Fault while cracking PeopleSoft h...

fixed
atom Old hashcat Support 2 4,858 01-12-2016, 02:20 PM
    Thread: VLIW on NVidia Cuda
Post: RE: VLIW on NVidia Cuda

VLIW code for NVidia is only required for cheap sm_21 models. Basically Ti series cards < 9xx series, like the 560Ti. It is required to get out maximum performance for those cards. With newer cards yo...
atom hashcat 1 4,382 01-12-2016, 08:21 PM
    Thread: Possible descrypt performance issue
Post: RE: Possible descrypt performance issue

Should be fixed with latest beta
atom Old oclHashcat Support 4 6,359 01-14-2016, 11:40 AM
    Thread: How to crack iTunes backup password with hashcat?
Post: RE: How to crack iTunes backup password with hashc...

you can use -m 12000 to crack it see https://hashcat.net/wiki/doku.php?id=example_hashes
atom General Help 7 29,801 01-24-2016, 02:21 PM
    Thread: Use of multiple GPUs
Post: RE: Use of multiple GPUs

task manager data is invalid, try with afterburner
atom General Talk 2 4,185 09-20-2017, 12:52 PM
    Thread: Remove Cracked Hash
Post: RE: Remove Cracked Hash

please do not use hashcat legacy
atom hashcat 3 4,934 09-20-2017, 12:51 PM
    Thread: 38 symbols password limit
Post: RE: 38 symbols password limit

Long salts create problems that can not solved generic. such a case requires a dedicated hash mode
atom General Help 1 3,994 02-05-2016, 09:51 AM
    Thread: Any way to do this type of hash type?
Post: RE: Any way to do this type of hash type?

This needs a new hash mode. You can write your own if your C is good enough. Start with -m 4500
atom General Help 1 3,599 02-05-2016, 09:55 AM
    Thread: Hashtopus Docker
Post: RE: Hashtopus Docker

Nice contribution, thanks!
atom User Contributions 1 6,037 02-05-2016, 09:57 AM
    Thread: oclHashcat and "--outfile-format=NUM"
Post: RE: oclHashcat and "--outfile-format=NUM"

Use -p
atom General Talk 2 5,131 02-05-2016, 09:58 AM
    Thread: Why max 128
Post: RE: Why max 128

It's better to have a maximum no one can reach than saying there's no limit. You can increase that number yourself when compiling from source
atom Old oclHashcat Support 1 3,360 02-05-2016, 10:00 AM
    Thread: .pae zip file
Post: RE: .pae zip file

.zip is not supported atm
atom Old hashcat Support 1 3,986 02-07-2016, 10:09 AM
    Thread: Crack Salt
Post: RE: Crack Salt

It's possible for hmac-sha256, but only up to length 55
atom General Help 1 3,570 02-15-2016, 11:42 AM
    Thread: Alg for Xenforo
Post: RE: Alg for Xenforo

It does not exist, but similar exist (md5(md5(password) . salt) in -m 2611. You can rewrite the kernel to sha256, sha256 code is also present in -m 1400
atom Old oclHashcat Support 1 4,133 02-15-2016, 11:45 AM
    Thread: how do I crack truecrypt containers that were made using Whirlpool?
Post: RE: how do I crack truecrypt containers that were ...

oclHashcat supports all Truecrypt features. Use the following mode: 62XY = TrueCrypt 5.0+ X = 1 = PBKDF2-HMAC-RipeMD160 X = 2 = PBKDF2-HMAC-SHA512 X = 3 = PBKDF2-HMAC-Whirlp...
atom Old hashcat Support 3 7,290 02-15-2016, 11:49 AM