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 Views Posted [desc]
    Thread: special char in mask
Post: RE: special char in mask

or you could just create an .hcchr file and use that instead of the character set along with your mask.  I always have trouble with special characters so use an .hcchr file and problems disappear.  ...
Jiminy hashcat 2 3,313 06-04-2017, 02:55 PM
    Thread: Latest Beta release 3.6.0+268 issue with PDF 1.7
Post: Latest Beta release 3.6.0+268 issue with PDF 1.7

I've downloaded  hashcat-3.6.0+268 and am attempting to try to crack the PDF 1.7 hash example listed in the wiki. My exact command line is: HC64 -m 10700 -a 0 [copy and pasted the hash example fr...
Jiminy hashcat 2 4,831 07-29-2017, 06:40 PM
    Thread: Latest Beta release 3.6.0+268 issue with PDF 1.7
Post: RE: Latest Beta release 3.6.0+268 issue with PDF 1...

Thank you Atom.  Appreciate the response.  I applied the "-O" switch and it worked.  And yes, I observed the "failed self-test" error message, but didn't know the ramifications. Thanks again.  ...
Jiminy hashcat 2 4,831 07-30-2017, 03:26 PM
    Thread: How to translate the results of Hashcat ?
Post: RE: How to translate the results of Hashcat ?

laulaf, Try cracking the axcrypt example hash first. hashcat -m 13200 -a 3 [put example hash or example hash in a .txt file here] ?l?l?l?l?l?l?l -w 3 --status --status-timer=3 to shorten the session ...
Jiminy hashcat 2 5,482 08-12-2017, 03:26 PM
    Thread: Problem with regional charset
Post: RE: Problem with regional charset

Try changing your mask to ?1?1?1?1........ versus what you have "?l?l?l....... You did not select the mask characters in the .hcchr file, you just had lower case characters selected in the mask. To in...
Jiminy hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,357 08-19-2017, 03:34 PM
    Thread: multi charset
Post: RE: multi charset

For 1, you're not supposed to post hashes unless authorized by the moderators.  I would remove it quickly or risk getting banned for a period.  Read the forum rules. 2.  You didn't supply a mask t...
Jiminy hashcat 3 4,675 08-23-2017, 03:17 PM
    Thread: How to run the program to find a hash
Post: RE: How to run the program to find a hash

You're not supposed to post hashes unless authorized by the moderators. Looks like it told you what the problem is.  No openCL drivers loaded. You probably don't have the correct drivers for your gp...
Jiminy hashcat 1 4,021 08-28-2017, 05:03 PM
    Thread: No idea how to succeed cracking hashes
Post: RE: No idea how to succeed cracking hashes

First off, no one knows if the password they are looking for is in the wordlist they're using.  That's why you have numerous wordlists and keep trying.  That failing, use wordlists with rules.  The...
Jiminy hashcat 7 6,919 10-19-2017, 03:22 PM
    Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?

Have you tried pdf2hashcat.py ?  By the way, posting hashes on the board are not permitted unless directed by one of the administrators.  It's in the rules. You risk getting banned for a week.   ...
Jiminy hashcat 2 3,260 11-10-2017, 10:11 PM
    Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003

How do you know it is only 5 binary characters?  That might be your problem. BTW, you're not supposed to post hashes on the board unless requested by the admins.  Might want to redact it or risk get...
Jiminy hashcat 6 6,538 11-15-2017, 10:48 PM
    Thread: WinZip - can not use wordlist on Tesla P100
Post: RE: WinZip - can not use wordlist on Tesla P100

I have removed all my useless posts and quotes that I can from this thread. Thank you for your concern.
Jiminy hashcat 6 5,773 11-16-2017, 04:08 PM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

./hashcat64.bin --stdout -m 100  -a 3 ?d?d?d?d?d?d  --markov-disable >stdouttest.txt sort stdouttest.txt > stdouttest.sorted The above will work.  I just tried it.   The -m 100 is to make it ge...
Jiminy hashcat 4 2,155 02-02-2019, 10:36 PM