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: *processor restore
Post: RE: *processor restore

If you pipe to hashcat, you can not make use of the -s option.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,070 08-31-2017, 10:10 AM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

I think he's talking about cracking vbull hashes. You can crack them with hashcat v4.0.1 in mode 2611 (not 2711) when not using -O.
atom hashcat 2 3,046 11-20-2017, 08:48 PM
    Thread: Veracrypt assistance needed
Post: RE: Veracrypt assistance needed

When you use -a 3 you don't need a wordlist. But if you specify an existing file it will be used as a maskfile. That's probably not what you want.
atom hashcat 3 3,044 11-12-2017, 09:36 PM
    Thread: Multi-GPU utilization
Post: RE: GPU utilization

The performance of the GPU is not because they are fast but they run in parallel. A too low -l hinders them utilizing all shader. Also, try -w 3 if -l is big enough
atom hashcat 5 3,040 03-18-2019, 10:11 AM
    Thread: Multi-GPU utilization
Post: RE: Multi-GPU utilization

The limit should be fine. Eventually a problem with the PCI-E bus.
atom hashcat 5 3,040 03-23-2019, 06:17 PM
    Thread: Multi-GPU utilization
Post: RE: Multi-GPU utilization

The general rule for using -l is using --progress-only first in order to find out the ideal multiple for -l. Also note the use of -S. Quote: -- ./hashcat -m 9600 hash.txt -O -a 3 -s 0 ?a?a?a?a?a...
atom hashcat 5 3,040 04-02-2019, 01:15 PM
    Thread: Thanks
Post: Thanks

Just wanted to say thanks to you guys (you know who you are) who are helping answering questions in this forum.  I couldn't do it alone while doing development at the same time. So thank you!
atom User Contributions 2 3,034 10-11-2018, 09:04 PM
    Thread: oclHashcat-lite v0.11b39
Post: RE: oclHashcat-lite v0.11b39

Interessting, didnt notice. btw: ?a is available in plus, too
atom Beta Tester 1 3,023 09-06-2012, 10:33 AM
    Thread: AMD uninstaller
Post: AMD uninstaller

AMD released a new "uninstaller" for their drivers on Windows. Not sure how good it is or if its better than driver fusion. Just wanted to let you know, maybe someone can try it? https://support.amd....
atom Old oclHashcat Support 0 3,019 03-27-2014, 10:20 PM
    Thread: Multibit Classic setup?
Post: RE: Multibit Classic setup?

What do you mean with multibit support? If you're talking about encoding, hashcat has iconv support since v3.6.0
atom hashcat 3 3,013 12-10-2017, 01:36 PM
    Thread: Multibit Classic setup?
Post: RE: Multibit Classic setup?

This algorithm is not supported atm
atom hashcat 3 3,013 12-17-2017, 01:42 PM
    Thread: GPU temp. Indicator is not working anymore!
Post: RE: GPU temp. Indicator is not working anymore!

fixed in b14, thanks for report!
atom Beta Tester 1 3,010 05-18-2012, 05:56 PM
    Thread: Any advantage to providing multiple sample hashes?
Post: RE: Any advantage to providing multiple sample has...

No, it just makes it slower. Ideally use only one
atom General Talk 1 3,006 11-06-2016, 03:39 PM
    Thread: Kernel outputting CL_UNKNOWN_ERROR
Post: RE: Kernel outputting CL_UNKNOWN_ERROR

From a C perspective it's fine (if we assumbe byte* is some 8 bit datatype), but in OpenCL everything is different. What I mean is that you have to find workarounds that do the same you try to do but ...
atom General Talk 3 2,999 06-19-2018, 09:47 AM
    Thread: ASCII encoded SHA256
Post: RE: ASCII encoded SHA256

Is the return of sha256(password) in binary? What is ascii()?
atom hashcat 1 2,986 05-07-2017, 08:05 PM
    Thread: benchmarks different when run individually?
Post: RE: benchmarks different when run individually?

No, keep a close look at the clocks. Latest driver all have a directly influence between temperature and core clocks. The higher the temperature, the lower the clock. When you do a benchmark, the GPU ...
atom hashcat 1 2,972 07-05-2016, 08:12 AM
    Thread: Iterate numbers 0000 to 9999 in Combo Attack
Post: RE: Iterate numbers 0000 to 9999 in Combo Attack

What you need is to create a rulset that is doing insert rules 0000-9999 and then do a tripple combinator attack using the first hashcat in -a 1 --stdout mode piping into a second hashcat where you us...
atom hashcat 1 2,969 01-27-2017, 11:35 PM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

The speed doesn't get higher with the brain.
atom hashcat 5 2,964 04-18-2019, 12:47 PM
    Thread: MD5 mask for password
Post: RE: MD5 mask for password

It would be much easier to patch the init kernel to MD5 the password first before processing it with pbkdf2. Easy win?
atom hashcat 3 2,961 06-28-2018, 04:32 PM
    Thread: hashcat isn't doing anything?
Post: RE: hashcat isn't doing anything?

You can try using CPU only by using the -D 1 switch. This will disable the GPU, which seems to have problems with your installation.
atom hashcat 1 2,956 10-30-2016, 03:30 PM