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 [desc] Forum Replies Views Posted
    Thread: How is the prompt consistently at the bottom of the screen?
Post: RE: How is the prompt consistently at the bottom o...

Depends on your OS. The tty_* functions are important to make the console unbuffered.
atom General Talk 1 1,783 06-30-2018, 11:22 PM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
atom hashcat 5 3,495 07-01-2018, 09:38 AM
    Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512

The purpose of a salt is not to make it slower but to defeat multihash techniques and any forms of precomputation (like RT). In some cases salted hashes are exactly as fast as unsalted ones (if cracki...
atom General Talk 2 2,404 07-04-2018, 06:58 PM
    Thread: word list + 2 msk
Post: RE: word list + 2 msk

Appending mask and prepending mask?
atom General Talk 2 2,484 07-05-2018, 11:13 AM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

Note that because of markov optimization "aaaaaaa" will not be the first candidate.
atom hashcat 5 3,292 07-08-2018, 03:33 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

We've fixed this with commit 82457d290469db2b125e6ae3ebcc922aaf7f9235 New beta is up for test at htts://hashcat.net/beta/
atom hashcat 5 3,576 07-10-2018, 01:33 PM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

You can do mask attack with UTF-8 like this: Quote: -- root@ht:~/hashcat# echo -n ä | xxd 00000000: c3a4                                     .. root@ht:~/hashcat# echo -n ä...
atom hashcat 3 2,949 07-14-2018, 10:48 PM
    Thread: [Newb] Mask attack on FNV1a-32
Post: RE: [Newb] Mask attack on FNV1a-32

There's no way to get back the original string, since there's too much data lost. All you can do is to collide it. Since it's a 32 bit checksum, you will be flooded with possible collisions, even on C...
atom General Talk 2 2,437 07-14-2018, 11:03 PM
    Thread: Binary hashlist
Post: RE: Binary hashlist

WPA supports multiple handshakes TC/VC does not
atom hashcat 3 3,108 07-16-2018, 08:57 PM
    Thread: stdin mode..
Post: RE: stdin mode..

hashcat can not know how many password candiates are fed to stdin mode, thus it can not calculate finishing time.
atom General Talk 2 4,038 07-17-2018, 07:27 PM
    Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...

This is a typical error which occours if there's an OpenCL runtime problem, not a hashcat problem. The only way to deal with it is to create a workaround. To find the workaround, we need to know the ...
atom hashcat 7 4,755 07-22-2018, 11:42 AM
    Thread: New SHA2 meet-in-the-middle optimization
Post: RE: New SHA2 meet-in-the-middle optimization

I don't see any relation between this optimization and cracking a length 62 password. Is this thread stealing attempt?
atom hashcat 6 9,536 07-22-2018, 11:45 AM
    Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...

Yeah that's clearly the OpenCL runtime then. I've add more workarounds to buggy OpenCL runtime in the latest beta. If you want to try, you can find it on https://hashcat.net/beta/
atom hashcat 7 4,755 07-22-2018, 01:00 PM
    Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...

Works fine with your example command: Quote: -- root@ht:~/hashcat# ./hashcat -O -m 500 -a 3 -1 ?l?d?u '$1$pdQG$xpOTb2OXGpAY1qhATa5Oq.' ?1?1?1?1_test hashcat (v4.2.0) starting... OpenCL Platf...
atom hashcat 7 4,755 07-24-2018, 02:15 PM
    Thread: What is the hashcat rule to append numbers from 0 to 9999 at the end?
Post: RE: What is the hashcat rule to append numbers fro...

How about using -a 6 with ?d?d?d?d mask?
atom hashcat 3 3,188 07-24-2018, 02:21 PM
    Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...

You can select the devices you want to use with -d and -D
atom hashcat 5 4,096 07-24-2018, 02:22 PM
    Thread: Hashcat wont start cracking [noob]
Post: RE: Hashcat wont start cracking [noob]

Please try what Nay said.
atom hashcat 8 7,990 07-24-2018, 02:23 PM
    Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...

You can find out by using hashcat -I
atom hashcat 5 4,096 07-25-2018, 12:28 PM
    Thread: Easy password with runic
Post: RE: Easy password with runic

You can also use --hex-charset to fine-tune the search space
atom hashcat 6 3,550 07-28-2018, 04:52 PM
    Thread: can't crack PBKDF2-HMAC-SHA1 with sample provided
Post: RE: can't crack PBKDF2-HMAC-SHA1 with sample provi...

Can not reproduce: Quote: -- root@ht:~/hashcat# echo sha1:1000:MzU4NTA4MzIzNzA1MDQ=:19ofiY+ahBXhvkDsp0j2ww== > sup root@ht:~/hashcat# echo hashcat > dic root@ht:~/hashcat# ./hashcat -m 12000 s...
atom hashcat 2 2,250 07-28-2018, 04:57 PM