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 Replies [desc] Views Posted
    Thread: A good hash ???
Post: RE: A good hash ???

We already explained this to you here: https://hashcat.net/forum/thread-6609-post-36090.html#pid36090 axcrypt2john.py includes the file name and hashcat doesn't need that. either use --username o...
philsmd hashcat 1 2,126 08-25-2017, 08:52 PM
    Thread: 15200 Blockchain, My Wallet, V2 help
Post: RE: 15200 Blockchain, My Wallet, V2 help

Use this python script to extract the "hash" from your wallet file: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/blockchain2john.py Don't forget to either remove...
philsmd hashcat 1 3,046 08-26-2017, 07:38 AM
    Thread: Issues in cracking WPA2 with wordlist+mask
Post: RE: Issues in cracking WPA2 with wordlist+mask

The minimum password length for WPA/WPA2 is 8 bytes/characters. Hashcat will immediately reject (see the Rejected.........: line within your status) all passwords which do not adhere to this limita...
philsmd hashcat 1 3,199 09-04-2017, 10:45 AM
    Thread: Sanity check: "Must include chars" ruleset
Post: RE: Sanity check: "Must include chars" ruleset

If you are sure that the password length is just 10 and only 4 "random" chars, you could also use this approach. First, generate a dict (yes, this is normally not advicable, but for very small random ...
philsmd hashcat 1 2,053 10-26-2017, 07:28 AM
    Thread: Mix of digits, uppercase and a specific letter rule - help
Post: RE: Mix of digits, uppercase and a specific letter...

What you normally use in such a case is a mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack Therefore, in hashcat's terminology this is not called a rule, but a mask attack (using attac...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,952 11-14-2017, 09:06 AM
    Thread: what the hash is this?
Post: RE: what the hash is this?

-m 500 = md5crypt see also https://hashcat.net/wiki/example_hashes
philsmd General Talk 1 2,032 11-23-2017, 04:32 PM
    Thread: old TrueCrypt volumes
Post: RE: old TrueCrypt volumes

First of all to answer you question, you normally would use a mask attack like this: Code: -- hashcat64.exe -m 6222 -a 3 --increment --increment-min 9 J:\tc\mooi2009.tc -2 "XxZzJjTtUuQq?d;:,.!@#$%...
philsmd hashcat 1 2,455 11-18-2017, 05:29 PM
    Thread: http authentication
Post: RE: http authentication

The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one: $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON...
philsmd hashcat 1 2,162 11-28-2017, 05:16 PM
    Thread: Cracking TACACS+ with hashcat
Post: RE: Cracking TACACS+ with hashcat

This is very interesting information and a nice find about how to best filter out "wrong results". Good job. Thanks for the research. I must admit that I didn't have much to do with tacacs+ so ...
philsmd User Contributions 1 6,737 11-30-2017, 04:06 PM
    Thread: TrueCrypt 7.1a Decrypt
Post: RE: TrueCrypt 7.1a Decrypt

Since you used the offset 31744 from the start, I assume that you are trying to crack a TrueCrypt boot volume (see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_...
philsmd hashcat 1 3,691 12-12-2017, 10:24 AM
    Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??

As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n...
philsmd hashcat 1 2,394 01-05-2018, 10:12 AM
    Thread: include SHA1 Hash with the results
Post: RE: include SHA1 Hash with the results

you can use --left to show all hashes that are not cracked yet and --show to show all hashes that are already cracked with the corresponding passwords (see: https://hashcat.net/wiki/doku.php?id=freque...
philsmd hashcat 1 1,914 02-27-2018, 06:51 PM
    Thread: Can anyone help me with a NTLM? I didn't solve it for three days.
Post: RE: Can anyone help me with a NTLM? I didn't solve...

It seems that you didn't stick to the forum rules: https://hashcat.net/forum/announcement-2.html Please review them again during your 1 week ban. The reason for your ban is: posting hashes Hope yo...
philsmd Hardware 1 2,172 03-20-2018, 08:17 AM
    Thread: Password Manager .rfp file analysis
Post: Password Manager .rfp file analysis

Some days ago I was privately (via PMs) contacted by a hashcat user and they asked if I knew if hashcat could deal with database files from RoboForm (a seemingly well-known and often recommended passw...
philsmd User Contributions 1 4,515 06-06-2018, 06:47 AM
    Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...

I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the...
philsmd hashcat 1 2,633 05-13-2018, 06:18 PM
    Thread: Pass for Veracrypt file container, algorithm Twofish-Serpent
Post: RE: Pass for Veracrypt file container, algorithm T...

1. dd (dd.exe) can be used on windows too to extract the bytes 2. you are probably confusing the data length that needs to be decrypted to verify if the password was correct with the key length ("gen...
philsmd hashcat 1 1,853 06-18-2018, 07:57 PM
    Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format

-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900...
philsmd hashcat 1 2,963 08-03-2018, 06:05 PM
    Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...

The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes The hash format should not contai...
philsmd hashcat 1 1,769 08-18-2018, 06:43 PM
    Thread: md5(md5($pass).$salt)
Post: RE: md5(md5($pass).$salt)

This is the algo used by vbulletin, see the --help output: hashcat supports: -m 2611 = vBulletin < v3.8.5 and -m 2711 = vBulletin >= v3.8.5 the difference is mainly the supported salt length (s...
philsmd hashcat 1 2,174 08-20-2018, 09:48 AM
    Thread: Speed up the --show command
Post: RE: Speed up the --show command

interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734). We also improved the performance a lot a while back, for...
philsmd hashcat 1 1,632 10-08-2018, 01:05 PM