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 [asc] Replies Views Posted
    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: 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: 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: 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,908 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
    Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key

It's a hashcat limitation not a limitation caused by the algorithm itself.
atom hashcat 3 5,617 02-06-2017, 10:09 PM
    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: Hex ch and small problem
Post: RE: Hex ch and small problem

?b doesn't make sense because DES strips the highest bit and you'll end up with a 56 bit keyspace. That's what DES_full.charset is optimized for, to search only within this 56 bit keyspace.
atom hashcat 14 12,596 02-06-2017, 10:11 PM
    Thread: Setting Up Hashcat on IDE
Post: RE: Setting Up Hashcat on IDE

I think most people do not use an IDE when it comes to system programming. I use editplus on windows as editor (it's by far the fastest editor I know) but do the compiling, debugging, cracking and eve...
atom hashcat 2 3,617 02-06-2017, 10:16 PM