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 [asc] Views Posted
    Thread: --restore with the change of workload profile?
Post: RE: --restore with the change of workload profile?

This may help: https://github.com/philsmd/analyze_hc_restore
royce hashcat 4 6,657 02-24-2017, 01:15 AM
    Thread: --restore with the change of workload profile?
Post: RE: --restore with the change of workload profile?

To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script th...
royce hashcat 4 6,657 02-24-2017, 01:39 AM
    Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?

What's the definition of "clean" in this context?
royce General Talk 4 5,241 04-23-2017, 03:17 PM
    Thread: .PST to wordlist
Post: RE: .PST to wordlist

Interesting idea. I haven't worked with readpst before, but if the results are plain text, then the remaining question is how to turn emails into wordlists. Splitting the resulting text files into com...
royce hashcat 4 5,249 04-26-2017, 03:13 PM
    Thread: CL_PLATFORM_NOT_FOUND_KHR Error
Post: RE: CL_PLATFORM_NOT_FOUND_KHR Error

Do you have an OpenCL runtime installed? https://hashcat.net/faq/wrongdriver $ apt-get install ocl-icd-libopencl1 opencl-headers clinfo
royce hashcat 4 14,442 05-07-2017, 10:36 PM
    Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU

Your GPU is getting too hot. Improve your cooling / airflow / thermals.
royce General Talk 4 8,309 06-02-2017, 11:01 PM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

I'm not clear from your post which tests are the ones that are for a large number of hashes. And to clarify, by "Optimized" do you mean that you are using the -O flag?
royce hashcat 4 3,473 11-19-2017, 01:47 AM
    Thread: What is the storage requirement for OS to run hashcat?
Post: RE: What is the storage requirement for OS to run ...

I've never actually tried running hashcat from a live USB - interesting. hashcat is dependent on I/O for some kinds of attacks, but not others. If it is a fast hash and a straight dictionary, you c...
royce Hardware 4 5,709 11-19-2017, 04:01 AM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

What is the GPU?
royce hashcat 4 3,473 11-22-2017, 05:45 AM
    Thread: Does generate-rules.exe not have a help?
Post: RE: Does generate-rules.exe not have a help?

Many tools from hashcat-utils are pretty minimal. The wiki has a summary of usage: https://hashcat.net/wiki/doku.php?id=hashcat_utils#generate-rules
royce hashcat 4 3,931 12-04-2017, 08:46 AM
    Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5

Do you have extra (or too few) characters in your hash.txt file? This is what the line-length exception error means. Code: -- $ cat - >hash.txt 8743b52063cd84097a65d1633f5c74f5 $ cat hash.tx...
royce hashcat 4 3,155 12-07-2017, 02:25 AM
    Thread: No Device Found Error
Post: RE: No Device Found Error

K a l i is known to not be very Open-CL friendly. But generally, if OpenCL can see your devices, hashcat should work.
royce hashcat 4 3,682 12-07-2017, 08:37 AM
    Thread: No Device Found Error
Post: RE: No Device Found Error

I personally prefer something like Ubuntu (desktop or server), but I don't think there's a difference in compute power.
royce hashcat 4 3,682 12-08-2017, 01:26 AM
    Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5

Ah, indeed! Very easy to forget that one - even if you're not new!
royce hashcat 4 3,155 12-08-2017, 03:44 AM
    Thread: bcrypt salt format
Post: RE: bcrypt salt format

I haven't worked with this hash type before, but A) it's not pure bcrypt, and B) the portion after the colon is, I'm told, not a salt.
royce hashcat 4 4,539 12-08-2017, 04:41 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

As the number of remaining hashes drops, performance per hash should increase. In other words, once only one hash remains, performance should be the same as if the target was only a single hash in ...
royce hashcat 4 3,458 12-30-2017, 04:06 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u...
royce General Talk 4 3,365 12-31-2017, 07:45 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

Huh - fair point! My understanding of how --restore works is that it's mostly a record of what command-line options were used, for the purpose of reinvoking hashcat. So I think that its application...
royce hashcat 4 3,458 12-31-2017, 01:07 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

You can use whatever rules make sense for your target. You may have to experiment with --stdout to determine whether the combination of --case-permute and your rules are doing what you're expecting.
royce General Talk 4 3,365 01-01-2018, 10:02 PM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

This is sort of interesting. I haven't used John's rules enough to have been familiar with the S rule! I see that it's not implemented in hashcat. Requesting that via a hashcat GitHub issue might b...
royce hashcat 4 3,841 01-26-2018, 08:13 AM