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: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

Well, it's just a specification. You know that from a technical perspective it would work, too.
atom hashcat 8 11,469 09-14-2016, 02:45 PM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

If the password matches ?d?d?d?d then you should that. If not, then not.
atom hashcat 3 4,572 01-19-2017, 04:09 PM
    Thread: hey guys thanks for putting up a fight at CMIYC 2011
Post: RE: hey guys thanks for putting up a fight at CMIY...

yeah they did
atom Organisation and Events 3 10,674 07-18-2012, 04:42 PM
    Thread: Hi guys, thanks in advance.
Post: RE: Hi guys, thanks in advance.

For -a 1 you need 2 wordlists
atom hashcat 4 3,606 12-21-2017, 10:46 AM
    Thread: Hi new here and couple of ?'s
Post: RE: Hi new here and couple of ?'s

Tommie_c Wrote: (11-03-2010, 01:33 AM) -- Always the noobs asking ?'s, right? LOL Here we go; Names Tommie C, 55, Vancouver B.C. been doing mostly JTR for a while, and see I recognize some of the fo...
atom Old hashcat Support 2 7,888 11-03-2010, 10:30 AM
    Thread: hi, im new , with quesion plz
Post: RE: hi, im new , with quesion plz

Joomla uses salted MD5
atom General Help 5 10,732 01-15-2013, 01:06 PM
    Thread: HMAC for oclHashcat-*
Post: RE: HMAC for oclHashcat-*

Its not hard to add, so yeah maybe. Depends on requests.
atom Feature Requests 3 12,572 01-09-2013, 09:57 AM
    Thread: HMAC-MD5?
Post: RE: HMAC-MD5?

Currently there are no thoughts on that. It all depends on the demand.
atom Feature Requests 1 6,314 03-06-2012, 01:41 PM
    Thread: HMAC-SHA1 (key = $pass)-which format?
Post: RE: HMAC-SHA1 (key = $pass)-which format?

its a simple hash:salt format
atom Old hashcat Support 4 8,527 03-26-2013, 12:54 PM
    Thread: HMAC-SHA1 (key = $pass)-which format?
Post: RE: HMAC-SHA1 (key = $pass)-which format?

remove the 0x
atom Old hashcat Support 4 8,527 03-26-2013, 06:01 PM
    Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask

You were pretty close, just the message is to long (max. 32) and you need to quote differently: Quote: -- $ echo -n "This is a long salt" | openssl dgst -sha1 -hmac "key" ...
atom General Help 3 12,983 04-06-2015, 05:29 PM
    Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask

well in that case you "just" need to search 256^20 combinations because in hmac if the key is longer than the blocksize of the hash (64 in case of sha1) then the key is hashed and the digest is used a...
atom General Help 3 12,983 04-07-2015, 03:02 AM
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

Well I'd just create the 26^5 combinations using maskprocessor like mp64.bin -1 0123456789abcdef ?1?1?1?1?1 -o out.txt Then you can use hmac sha1 mode to crack it (mode 50) in -a 0 mode with out...
atom hashcat 4 4,259 10-01-2017, 11:55 AM
    Thread: HMAC-SHA1 with an MD5 key
Post: RE: HMAC-SHA1 with an MD5 key

Unfortunately there's no documentation about how to add new kernels, but it's all pretty straight forwarded C, so should be easy to find out. 150 is using the password as key and salt as message, 160 ...
atom hashcat 4 4,259 10-01-2017, 07:03 PM
    Thread: HMAC-SHA1(key=SHA1(password), data=salt)
Post: RE: HMAC-SHA1(key=SHA1(password), data=salt)

You can run your wordlists through a sha1 converter and then use the result as dictionary in combinations with -m 150 and -m 160.
atom General Help 3 8,891 07-22-2013, 10:52 AM
    Thread: How build it from source? [Windows7]
Post: RE: How build it from source? [Windows7]

cuda is deprecated, hashcat 3.00 uses opencl for nvidia gpu
atom hashcat 2 6,333 06-03-2016, 05:07 PM
    Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time

You're looking for --speed-only
atom hashcat 10 25,371 03-27-2017, 01:58 PM
    Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time

Yes, that is very slow. If you use wordlists instead of brute-force you need to add an amplifier to get full speed on GPU.
atom hashcat 10 25,371 03-28-2017, 10:58 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes TrueCrypt and VeraCrypt extraction is the same
atom hashcat 10 26,762 07-06-2017, 09:40 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If you want to crack a bootable crypted partition, please re-read the section about it in the link I posted. The details are listed inside. Here's maybe more help: https://hashcat.net/forum/thread...
atom hashcat 10 26,762 07-15-2017, 12:42 PM