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: Question about hccapx file
Post: RE: Question about hccapx file

I *think* you can do something along those lines with hcxtools? https://github.com/ZerBea/hcxtools
royce General Talk 6 4,366 06-04-2018, 03:40 AM
    Thread: R9 270x/GTX960
Post: RE: R9 270x/GTX960

Hashes per second per dollar is indeed the way to think about it - and if electricity price matters, H/s/watt. For your use case, non-FE would probably be OK. If you can swing a 970, that might be...
royce Hardware 1 1,931 05-18-2018, 05:16 AM
    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: Ransomware attack [email protected]
Post: RE: Ransomware attack [email protected]

Jase, you might consider consulting with your local law enforcement. They often have access to tools to help you narrow down the variant and might be able to tell you more about how this particular va...
royce hashcat 4 4,899 01-13-2019, 08:35 PM
    Thread: RAR file password
Post: RE: RAR file password

What is LBF?
royce hashcat 1 2,168 11-19-2017, 02:07 AM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Sorry no one replied when you posted this originally. What did you end up buying?
royce Hardware 3 4,735 11-19-2017, 03:24 AM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Interesting - I'd totally missed the 1070 Ti as even being an upcoming thing! Eyeballing the specs and the list price, a used 1080 FE would probably still be a better deal?
royce Hardware 3 4,735 11-19-2017, 07:27 PM
    Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...

Yeah, I see the Layer-8 use case. You need to be able to assure people that you're not cracking passwords that are 15 chars or longer. There's no way I know of within hashcat itself to guarantee that...
royce hashcat 5 3,364 02-03-2019, 09:49 PM
    Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...

Hmm, I wonder how hard it would be to modify hashcat to use -O to reject longer than 14 instead of 15.
royce hashcat 5 3,364 02-03-2019, 10:01 PM
    Thread: Restore File How to Use it
Post: RE: Restore File How to Use it

The default session name is 'hashcat' if a session name is not specified.
royce hashcat 7 4,559 09-12-2018, 03:42 PM
    Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing

Interesting find. Since this sounds like a enhancement or bugfix, you might get better traction by opening a Trac ticket. https://hashcat.net/trac/
royce Old oclHashcat Support 5 8,323 11-29-2015, 08:47 PM
    Thread: Restoring session skips words
Post: RE: Restoring session skips words

Pretty sure that hashcat isn't skipping any of the keyspace. But I'm not sure why there's a difference in the output percentage.
royce General Talk 2 3,227 11-19-2017, 02:55 AM
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

Nice catch/answer, undeath
royce User Contributions 18 36,654 05-12-2018, 07:18 PM
    Thread: Rockyou hcmask files
Post: RE: Rockyou hcmask files

I believe that they're derived from an expected runtime (based on a baseline cracking rate): The first number is a way to keep them sorted, and the second number is the number of seconds. Code: --...
royce hashcat 1 2,578 12-10-2017, 09:16 PM
    Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance

The kernel building is a once-per-algorithm-per-hashcat-version thing, and will only slow you down on the first run.
royce hashcat 7 3,929 04-08-2019, 10:14 PM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

I encourage you to calculate how much of a difference in total keyspace this would make - and how long your attack will take even if these duplicates were removed. Here is a value that might be hel...
royce hashcat 6 4,322 04-22-2018, 07:51 PM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

Yep, that looks right to me. I need to upgrade napkins. :)
royce hashcat 6 4,322 04-22-2018, 08:55 PM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

Generally speaking, there's no efficient way to eliminate duplicates within hashcat itself. You'd have to write an external candidate-password generator, and pipe that into hashcat.
royce hashcat 6 4,322 04-23-2018, 04:35 PM
    Thread: Rule Question
Post: RE: Rule Question

Fair question. If the rule file contains the "do nothing" rule directive ( : - just a colon by itself), then the original unmodified input words will be used.
royce hashcat 3 1,245 08-26-2019, 03:50 PM
    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