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: Been away for a while
Post: Been away for a while

Hey Guys. Sorry, I was AFK for some time. I'm back now. If there's anything important, let me know...
atom hashcat 4 3,509 06-12-2018, 04:47 PM
    Thread: hashcat v4.1.0
Post: hashcat v4.1.0

[hr] Welcome to hashcat v4.1.0!  Download binaries or sources: https://hashcat.net/hashcat/  [hr] This release is mostly about expanding support for new algorithms: Added hash-mode 160...
atom hashcat 13 32,462 02-21-2018, 02:28 PM
    Thread: Can't find OclHashCat Download Link ?
Post: RE: Can't find OclHashCat Download Link ?

oclHashcat is outdated, use hashcat
atom hashcat 6 5,709 02-21-2018, 01:05 AM
    Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery

Hashcat autodetects this.
atom hashcat 13 9,829 02-16-2018, 11:49 PM
    Thread: DES ECB error
Post: RE: DES ECB error

Because in DES it's a 56 bit key, not 64 bit. One bit gets dropped, therefore 0x30 and 0x31 is the same, for example.
atom hashcat 10 7,625 02-16-2018, 11:49 PM
    Thread: can a WPA hash be cracked with other than "2500" hash mode?
Post: RE: can a WPA hash be cracked with other than "250...

Why MD5? MD4!
atom hashcat 2 3,349 02-15-2018, 04:52 PM
    Thread: Newbie question on using hashcat64
Post: RE: Newbie question on using hashcat64

What wrong with toggle rules (in rules folder)? Also note that a wordlist that has 10 words is too less to keep your gpu busy. I'd suggest using toggle rules in stdout mode and redirect the output int...
atom hashcat 2 3,165 02-15-2018, 02:05 PM
    Thread: Output text doubt
Post: RE: Output text doubt

It just means that your wordlist contains words which are not UTF-8 encoded or that one of the rules (for example + and - have that potential) to break UTF-8 encoding.
atom hashcat 2 2,303 02-15-2018, 02:02 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

Hashcat does not support that. You need to write a specialized candidate generator to do that.
atom General Talk 8 6,771 02-15-2018, 02:00 PM
    Thread: DES ECB error
Post: RE: DES ECB error

That's perfectly fine for DES. In DES both keys "haricat1" and "hashcat1" are the same.
atom hashcat 10 7,625 02-15-2018, 01:55 PM
    Thread: Encfs support
Post: RE: Encfs support

Depends on number of requests or who is requesting
atom hashcat 1 2,546 02-13-2018, 10:42 AM
    Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3

You can run two instances of hashcat and pipe the output of the first as input to the second while using the prepend rules on the first and the append rules on the second.
atom hashcat 6 5,813 02-13-2018, 10:39 AM
    Thread: Bitlocker
Post: RE: Bitlocker

Adding new hash-modes to hashcat isn't too hard for someone with a bit of C programming skills :)
atom hashcat 4 8,670 02-13-2018, 10:36 AM
    Thread: Hashcat pid/outfiles error
Post: RE: Hashcat pid/outfiles error

Please retry with hashcat v4.1.0 beta from here: https://hashcat.net/beta/
atom hashcat 4 4,955 02-08-2018, 03:04 PM
    Thread: Ryzen (OpenCL) with Hashcat
Post: RE: Ryzen (OpenCL) with Hashcat

AFAIK there'S no dedicated ryzen driver. But the Intel OpenCL runtime supports its (pretty good).
atom hashcat 3 3,532 02-07-2018, 07:23 PM
    Thread: Possible 16 digit combinations
Post: RE: Possible 16 digit combinations

It's a bad attack if you run a Fixed value in the beginning of the "Password". Use -m 20 instead, you will get a speedup of at least 100.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,712 02-07-2018, 07:21 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

I think once the pid > 64k it goes back to 0. In that case the user can have hashcat running on 5.
atom hashcat 7 10,362 02-07-2018, 07:18 PM
    Thread: DES decryption
Post: RE: DES decryption

I think you mean with candidates only those who crack the hash because of the truncation. In that case you want --keep-guessing
atom General Talk 6 8,305 02-07-2018, 07:14 PM
    Thread: PCIe transfer compression
Post: PCIe transfer compression

While trying to find the cause of the performance loss of WPA in version 4.x discussed in this thread https://hashcat.net/forum/thread-7251.html we found the root of the problem and were able to build...
atom User Contributions 2 4,729 02-05-2018, 06:18 PM
    Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2

The problem is that with v3.4 to 4.x the maximum supported password length went up from 64 (in theory) to 256. When using -a 0, all the data has been copied over pci-express. With 4.x, that size is 4 ...
atom hashcat 13 18,419 02-03-2018, 07:51 PM