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 [asc] Posted
    Thread: RAR file password
Post: RE: RAR file password

What is LBF?
royce hashcat 1 2,168 11-19-2017, 02:07 AM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d.
royce hashcat 4 2,160 02-02-2019, 07:46 PM
    Thread: GNUPG Symmetric help
Post: RE: GNUPG Symmetric help

hashcat currently has no direct support for PGP/GPG. But John the Ripper does have the 'gpg-opencl' format, which is significantly faster on GPU that the basic 'gpg' format, so using a GPU should s...
royce hashcat 1 2,152 11-19-2017, 01:38 AM
    Thread: Decrypting usenet headers, part 2
Post: RE: Decrypting usenet headers, part 2

I'm not familiar with that specific header, but - just speculating - it looks like a proprietary encoding/encryption scheme. When specific ecosystems (like Google) insert such public headers for their...
royce hashcat 1 2,140 11-19-2017, 02:36 AM
    Thread: How to configure a thin brute force in hashcat?
Post: RE: How to configure a thin brute force in hashcat...

Hashcat won't do this today. You might be able to simulate it with John the Ripper's "single" mode, by creating an artificial shadow file, with the expected password in the username field.
royce hashcat 2 2,124 12-08-2018, 11:54 PM
    Thread: help with choosing the right options
Post: RE: help with choosing the right options

* Reducing keyspace (such as limiting the number of possible specials) is often helpful, but the only way to tell is to calculate the difference and/or start the attack and see what the time estimate ...
royce hashcat 1 2,105 11-19-2017, 02:28 AM
    Thread: Brain as a centralized potfile?
Post: RE: Brain as a centralized potfile?

1. Yes. All candidates are centrally reported and indexed. For slow hashes, this is effective, because it allows all clients to skip those candidates. For fast hashes, this will quickly bottleneck the...
royce hashcat 3 2,094 12-16-2018, 10:28 PM
    Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max

Modify the source. Code: -- --- pp.c-dist 2019-01-14 21:33:46.443328919 -0900 +++ pp.c 2019-09-22 07:25:16.660698312 -0800 @@ -27,9 +27,9 @@ #define IN_LEN_MIN 1 #define IN_LEN_MAX ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 2,080 09-22-2019, 05:17 PM
    Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max

Yeah, the startup time is non-trivial for sure. A big value of PRINCE is in keeping "state" about which words appear most frequently (based on their order in the original wordlist). So if that's not i...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 2,080 09-22-2019, 08:05 PM
    Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters

Hmm, no strong ideas here yet from me. Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ...
royce hashcat 2 2,072 05-21-2018, 05:33 PM
    Thread: Mode 7 (Hybrid Mask + Wordlist) only using 1 GPU?
Post: RE: Mode 7 (Hybrid Mask + Wordlist) only using 1 G...

There is an asymmetry in left-hand-side vs right-hand-side work capabilities. See https://hashcat.net/forum/thread-1276-post-6965.html#pid6965
royce hashcat 1 2,062 05-14-2018, 04:44 PM
    Thread: Installation and upgrading problems
Post: RE: Installation and upgrading problems

* You're much better off not using K a l i for hashcat. I have good luck with Ubuntu 16.04 LTS. * Definitely use the latest hashcat directly from hashcat.net (currently 4.0.1). * Use the steps...
royce hashcat 1 2,061 11-19-2017, 02:31 AM
    Thread: Office 2007 Password Cracking
Post: RE: Office 2007 Password Cracking

This post violates the hashcat forum rules. https://hashcat.net/forum/archive/index.php?announcement-2.html I've removed the attachment.
royce Hardware 1 2,057 10-31-2018, 06:06 PM
    Thread: MD5 question
Post: RE: MD5 question

To be clear, I'm not the author of MDXfind and my site isn't the official site for MDXfind. The official site is https://hashes.org/mdxfind.php. I try to keep my mirror up to date, but there may be a ...
royce hashcat 6 2,051 10-31-2019, 03:29 PM
    Thread: Radeon HD 7950
Post: RE: Radeon HD 7950

If the card is supported by current drivers from the manufacturer, it's supported by hashcat.
royce Hardware 1 2,046 10-29-2018, 04:06 AM
    Thread: Rule stacking
Post: RE: Rule stacking

There's only one way to find out ;) Code: -- $ cat rule1.list u $ cat rule2.list d $ cat rule1-colon.list : u $ cat rule2-colon.list : d $ cat list.txt password 123456 $ cat list.txt | hash...
royce hashcat 1 2,043 12-25-2017, 06:28 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

I honestly haven't tried this before, but instead of trying to load it all into a mask, you might also be able to just do a hybrid attack (mask + wordlist), where the wordlist is just one line with yo...
royce hashcat 6 2,042 10-09-2019, 06:06 PM
    Thread: Cache path
Post: RE: Cache path

This message happens at a different stage from the dictionary metadata analysis. This message is related to the overall space needed to execute the attack. It is not clear from your question what kind...
royce hashcat 2 2,038 04-22-2018, 09:42 PM
    Thread: Learn Next?
Post: RE: Learn Next?

One of the most educational experiences I've had with hashcat was when I did this: * working a large general list using all of the techniques that I knew, * running PRINCE, random rules, or junk ...
royce hashcat 2 2,037 07-06-2018, 08:35 PM
    Thread: Status Exhausted???
Post: RE: Status Exhausted???

Probably a good idea not to post hashes that you care about. Looking at the end, this looks like a normal run to me, in which all candidates were tried, but none were successful. Code: -- Ses...
royce hashcat 1 2,013 03-01-2018, 05:32 PM