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 [asc]
    Thread: PeopleSoft Salted Hash Support
Post: RE: PeopleSoft Salted Hash Support

If the algorithm is unknown someone needs to RE it first. Then we can add it to hashcat.
atom hashcat 2 4,018 01-27-2017, 11:51 PM
    Thread: How to Create the Rules for This Password Structure
Post: RE: How to Create the Rules for This Password Stru...

Here's how to do it with maskprocessor: https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor
atom hashcat 4 6,738 01-27-2017, 11:50 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Not a bug, the speed is simply less than 1H/s (that's because they do pbkdf-hmac2-sha256 with 10 million iterations). That means the speed is not 0, but its somewhere between 0 and 1. Hashcat however ...
atom General Talk 42 83,234 01-27-2017, 11:38 PM
    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: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've just tested it: Positive: Installation went good Positive: Performance in BF mode is still good. Here's a full table: https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlf...
atom hashcat 8 9,514 01-27-2017, 11:31 PM
    Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command

We can't care about backward compatibility because GPU drivers and OpenCL runtimes don't do so either. Therefore there's only one solution: Update hashcat and eventually buy new hardware if you need t...
atom hashcat 4 5,376 01-26-2017, 10:04 AM
    Thread: Noob: Efficient way to "combine" masks and rules
Post: RE: Noob: Efficient way to "combine" masks and rul...

You can do: rule1.rule: Quote: -- sS$ -- rule2.rule: Quote: -- $0 $0 $0 $0 ... $9 $9 $9 $9 -- And then run hashcat with -r rule1.rule -r rule2.rule You can use --stdout to ...
atom hashcat 3 4,936 01-26-2017, 09:56 AM
    Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command

And tell those using oclHashcat to update
atom hashcat 4 5,376 01-26-2017, 09:52 AM
    Thread: help me
Post: RE: help me

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_salt_length
atom hashcat 10 9,079 01-26-2017, 09:49 AM
    Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?

Sure not, if you try to load a sh256 hash without setting -m hashcat will give you a line length exception.
atom hashcat 3 3,661 01-26-2017, 09:47 AM
    Thread: CHAP Challenge Limit
Post: RE: CHAP Challenge Limit

No, only fixed length is supported
atom hashcat 4 5,744 01-23-2017, 10:41 AM
    Thread: LUKS Support
Post: LUKS Support

After multiple weeks of coding and preparations I've completed the support for hashcat to crack LUKS protected partitions and volumes. LUKS offers a set of "crypto items" (hashes, ciphers, blockmod...
atom User Contributions 12 40,931 01-21-2017, 04:39 PM
    Thread: hashcat exhausted status
Post: RE: hashcat exhausted status

Hashcat simply can not find your maskfile. You maybe have used an invalid path. If hashcat can not find the file it assumes the parameter is a mask not a file. That's why you see it in the candida...
atom hashcat 6 10,080 01-21-2017, 10:49 AM
    Thread: "Hashcat quit unexpectedly"...
Post: RE: "Hashcat quit unexpectedly"...

Just follow this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do 1:1 and it will work
atom hashcat 2 3,964 01-20-2017, 11:01 AM
    Thread: NTLM: hashcat vs RainbowCrack
Post: RE: NTLM: hashcat vs RainbowCrack

I think one of the most important problems with rainbow tables is this: Quote: -- you have a very small set of hashes to crack (I think? I haven't done much rainbow-table work, but I assume that...
atom hashcat 3 12,489 01-20-2017, 05:10 AM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

If the password matches ?d?d?d?d then you should that. If not, then not.
atom hashcat 3 4,572 01-19-2017, 04:09 PM
    Thread: Temperature control for multiple sessions
Post: RE: Temperature control for multiple sessions

Do not run two instances with gpu temp control. Use --gpu-temp-disable on every 2nd+ instance
atom User Contributions 2 5,834 01-19-2017, 04:07 PM
    Thread: Small bug introduced with v3.30 regarding fans
Post: RE: Small bug introduced with v3.30 regarding fans

1. Stop calling hashcat oclHashcat 2. I can not use GPU-Z to do this, because I do not have AMD GPU + Windows in combination (and none of the beta tester have)
atom hashcat 4 5,982 01-19-2017, 04:04 PM
    Thread: Custom Ruleset assistance
Post: RE: Custom Ruleset assistance

That's simple. Use hashcat in combinator mode (or combinator.bin) and pipe it to a second hashcat in stdin mode and add the rules on there.
atom hashcat 1 2,718 01-19-2017, 04:02 PM
    Thread: CHAP Challenge Limit
Post: RE: CHAP Challenge Limit

The challenge salt should be a fixed 16 byte value. You sure the capture is ok?
atom hashcat 4 5,744 01-16-2017, 10:21 AM