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: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

see https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_specific_functions for ascii increment/decrement and shift left/right rule functions.
philsmd hashcat 4 3,137 07-02-2018, 08:21 AM
    Thread: Token length exception
Post: RE: Token length exception

this syntax is wrong: Code: -- hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt -- the correct syntax is Code: -- hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1 ...
philsmd hashcat 7 23,963 02-14-2019, 11:10 AM
    Thread: token length exception
Post: RE: token length exception

sha1 is -m 100 see https://hashcat.net/wiki/example_hashes
philsmd hashcat 2 2,485 04-15-2019, 06:41 PM
    Thread: Token length exception
Post: RE: Token length exception

the hash file must exist /root/HASH/MySQL5.txt no such file . file does not exist
philsmd hashcat 6 2,710 06-09-2019, 10:01 PM
    Thread: Token length exception
Post: RE: Token length exception

please make sure that the file exist. hashcat searched for the file and didn't find it. The file does NOT exist maybe it's stored somewhere else or you renamed it or it has .txt.txt extension...
philsmd hashcat 6 2,710 06-10-2019, 06:59 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

To find collisions you should use only -m 9710 and -m 9720. To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 01:05 PM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ...
philsmd Old oclHashcat Support 7 9,479 01-23-2016, 05:15 PM
    Thread: Toogle case generator problem
Post: RE: Toogle case generator problem

you can toogle all 10 (0-9) + 26 (A-Z) = 36 positions (from index 0 to 35) with the following rules T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 TA TB TC TD TE TF TG TH TI TJ TK TL TM TN TO TP TQ TR TS TT TU TV ...
philsmd hashcat 4 2,028 04-05-2019, 10:35 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat. I think a similar problem/limitation/restri...
philsmd hashcat 4 851 06-19-2020, 06:24 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

Code: -- -n 1 -- ?
philsmd hashcat 4 851 06-19-2020, 10:18 PM
    Thread: track the cracking?
Post: RE: track the cracking?

in theory you could just count the lines in your hashcat.potfile for instance every hour or every week and make statistics out of this. As far as I know it's not directly logged in the hashcat.log fil...
philsmd General Talk 4 1,798 09-12-2019, 07:55 PM
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes) BTW: it is not allowed to post hashes on this forum
philsmd hashcat 6 3,968 06-09-2018, 08:03 AM
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the...
philsmd hashcat 6 3,968 06-09-2018, 08:54 AM
    Thread: Trouble with veracrypt volume
Post: RE: Trouble with veracrypt volume

Ha. This is an interesting discussion. We actually already had a couple of similar topics and discussions on this forum. It's interesting that some people do not realize how many possibilities o...
philsmd hashcat 9 5,424 01-11-2018, 01:12 PM
    Thread: Troubleshooting overheating issues with my cracking rig
Post: RE: Troubleshooting overheating issues with my cra...

That's exactly why we always recommend to buy reference design GPUs (no gaming versions etc)... well it would be interesting to know the exact model/vendor of your GPUs. At the same time we always ...
philsmd General Help 7 11,667 06-18-2016, 06:23 PM
    Thread: Truecrypt
Post: RE: Truecrypt

yeah, in the help output: Code: -- hashcat --help -- you will see all the TrueCrypt hash types (several variants depending on bit length and hash used + variants for boot volumes) BTW: the ...
philsmd General Talk 10 2,590 05-31-2020, 08:46 AM
    Thread: Truecrypt
Post: RE: Truecrypt

just one simple thing you could and should do. create a similar container with known password (it could be similar to the one you are trying to crack, just remember always that this is just a test and...
philsmd General Talk 10 2,590 06-15-2020, 08:52 AM
    Thread: Truecrypt
Post: RE: Truecrypt

What do you mean by "I'm now able to run the attack" ? Are you able to crack hashes that you have generated as a test ? Did you try to crack the example hash from https://hashcat.net/wiki/example_h...
philsmd General Talk 10 2,590 06-18-2020, 12:50 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,693 12-12-2017, 10:24 AM
    Thread: TrueCrypt Help
Post: RE: TrueCrypt Help

I'm very sorry to hear that. Please try with the method explained here: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes Hope that it helps (and that the password is not to...
philsmd General Talk 7 8,739 01-24-2017, 10:33 PM