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: Benchmarks for hashcat v4.00 on AMD and NVIDIA cards
Post: RE: Benchmarks for hashcat v4.00 on AMD and NVIDIA...

Benchmarks are from Vega64 Air, which has 290W TDP (and from my experience it never pulls more than 250W). It's the liquid version which draws 350W. Anyway the V100 is the killer if it wouldn't be...
atom Hardware 14 15,972 11-07-2017, 11:07 AM
    Thread: rar and md5 hash code crack, reload......
Post: RE: rar and md5 hash code crack, reload......

It's two different OpenCL kernels, memory allocations, etc.
atom hashcat 6 6,269 11-07-2017, 11:08 AM
    Thread: hashcat v4.0.0 slow with itunes backup 14800
Post: RE: hashcat v4.0.0 slow with itunes backup 14800

True @ password length, but for this change the reason was fine tuning. In general it's better to have a low number of threads, as long as it doesn't drop the performance. For NV the ideal OpenCL thre...
atom hashcat 5 4,440 11-07-2017, 11:12 AM
    Thread: hashcat v4.0.0
Post: RE: hashcat v4.0.0

This is first time we can make use of the new version schemantics to announce a pure bugfix release v4.0.1. Here's the changes: Fixed a memory leak while parsing a wordlist Fixed compile of ke...
atom hashcat 11 86,633 11-07-2017, 11:26 AM
    Thread: Memory usage hashcat v4
Post: RE: Memory usage hashcat v4

There's too man factors that can influence this, but the biggest problem is that the OpenCL runtime sometimes does not allow to allocate some memory even if there's some memory left and sometimes it d...
atom hashcat 1 2,805 11-12-2017, 09:32 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

jimbas Wrote: (11-09-2017, 03:55 PM) -- Very strange, I can set some values, but not the funspeed... -- NV often changes the attribute names (when driver version updates).
atom User Contributions 21 33,866 11-12-2017, 09:34 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: hashcat v4.0.0
Post: RE: hashcat v4.0.0

The rules itself are not "adjusted" - the rule engine itself however is.
atom hashcat 11 86,633 11-20-2017, 08:20 PM
    Thread: Restoring session skips words
Post: RE: Restoring session skips words

You can restore only from valid checkpoints (the one stored in the .restore file) or the checkpoint listed in the status view. Otherwise you risk valid candidates to not crack the handshakes.
atom General Talk 2 3,227 11-20-2017, 08:32 PM
    Thread: Hashcat two separators - Other Questions
Post: RE: Hashcat two separators - Other Questions

There's are difference between your card and the Titan X, but it's no so much. The things that really creates a difference is the number of unique salts. That means if you compare the GPU, you also ne...
atom General Talk 3 4,704 11-20-2017, 08:34 PM
    Thread: New ISP
Post: RE: New ISP

No problems so far. Looks good, thanks!
atom Organisation and Events 2 4,965 11-20-2017, 08:39 PM
    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: Restore Fails
Post: RE: Restore Fails

It is (but not with a .restore file written from v3.6).
atom hashcat 12 8,646 11-20-2017, 08:58 PM
    Thread: Do not try to write --keyspace yourself
Post: Do not try to write --keyspace yourself

Keyspace is not the number of words in a wordlist: Quote: -- $ wc -l rockyou.txt  14344391 rockyou.txt $ ./hashcat --keyspace rockyou.txt  14344384 -- So 14344391 != 14344384. It's a...
atom hashcat 15 20,288 11-21-2017, 11:14 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

There's another nice example! The hash-mode has also influence: Quote: -- $ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d -m 0 100000 $ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d -m 400 10000000...
atom hashcat 15 20,288 11-21-2017, 11:20 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

Here's more crazy stuff. The mask itself can have an influence even if the length does not change: Quote: -- $ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d 100000 $ ./hashcat --keyspace -a 3 ?d?dx?...
atom hashcat 15 20,288 11-21-2017, 11:25 AM
    Thread: hashcat 4.0.1 more slow than 3.6 (GT 740M)
Post: RE: hashcat 4.0.1 more slow than 3.6 (GT 740M)

Try -w 4
atom hashcat 7 6,862 11-22-2017, 11:43 AM
    Thread: hashcat 4.0.1 more slow than 3.6 (GT 740M)
Post: RE: hashcat 4.0.1 more slow than 3.6 (GT 740M)

The meaning of -w 4 changed massively with 4.x, otherwise i would not have asked
atom hashcat 7 6,862 11-24-2017, 08:13 PM
    Thread: proper use of increment option
Post: RE: proper use of increment option

The "min-max" options are used for the mask, therefore looks good to me (since WPA is also limited to a min of 8).
atom hashcat 6 17,939 11-26-2017, 10:10 AM
    Thread: Cracking TACACS+ with hashcat
Post: Cracking TACACS+ with hashcat

The TACACS+ hash-mode was kind of fun to implement, as it's almost as close as being completely broken. However, I wouldn't use it personally as we only need to crack a single raw MD5 to break it. ...
atom User Contributions 1 6,737 11-30-2017, 02:48 PM