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 [desc]
    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: 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: 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: 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

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: 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: 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: 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: 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: 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: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume

Problem solved on github issue, so closing this one here
atom hashcat 3 5,360 01-27-2017, 11:52 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

This has nothing to do with the hash used, it's all just the iteration count. If you iterate MD5 a million times it would be even slower.
atom hashcat 20 24,729 01-27-2017, 11:53 PM
    Thread: Parse Database
Post: RE: Parse Database

The hashcat way to do this is using --show: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpas...
atom General Talk 8 8,950 01-27-2017, 11:54 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Yes, you need the boot mode. Note that there's also a whirlpool boot mode. If you don't know which hash was used you need to run through both modes.
atom hashcat 20 24,729 01-31-2017, 10:22 AM
    Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault

Please try to reproduce with latest beta (88) and report back
atom hashcat 5 6,153 02-01-2017, 12:11 PM
    Thread: What's wrong with AMD & RAR3-HP
Post: RE: What's wrong with AMD & RAR3-HP

Please try to reproduce with latest beta (88) and report back
atom hashcat 9 9,372 02-01-2017, 12:12 PM
    Thread: CL Build Failure
Post: RE: CL Build Failure

The MESA OpenCL runtime is broken like hell. You need to upgrade to a newer GPU to use the vendor drivers which include the vendors own OpenCL runtime.
atom hashcat 5 10,125 02-03-2017, 01:16 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

You just need to feed hashcat with the candidates. It will try them in the same order as your send them in. IOW, you need to write your own password candidate generator or use any external one and pip...
atom hashcat 20 24,729 02-03-2017, 01:17 PM
    Thread: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR
Post: RE: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR

Maybe the driver update solved your issues
atom hashcat 9 14,905 02-03-2017, 01:19 PM
    Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key

The message is too long (max 50 bytes). See here for format: https://hashcat.net/wiki/doku.php?id=example_hashes
atom hashcat 3 5,617 02-03-2017, 01:21 PM