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: 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: 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: 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: 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: 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: 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: help with LUKS data recovery
Post: RE: help with LUKS data recovery

Hashcat autodetects this.
atom hashcat 13 9,832 02-16-2018, 11:49 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,710 02-21-2018, 01:05 AM
    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: 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: Been away for a while
Post: RE: Been away for a while

You guys did well, many thanks!
atom hashcat 4 3,509 06-12-2018, 04:53 PM
    Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...

Code: -- ./combinator3.bin wordlist1.txt wordlist2.txt wordlist3.txt | ./hashcat -m 10900 hash.txt --
atom hashcat 25 19,842 06-15-2018, 07:42 PM
    Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...

This is a problem related to (a) how GPU parallelization works in general in combination with (b) an algorithm with a very iteration count. When it comes to modern hashing algorithms they are typic...
atom hashcat 5 8,314 06-16-2018, 10:12 AM
    Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...

Btw in order to save wordlist space you could also use -a 1 attack where you used the 2-word wordlist in the left side and the original wordlist on the right side. This however does not change anythin...
atom hashcat 25 19,842 06-16-2018, 10:24 AM
    Thread: Custom installation path
Post: RE: Custom installation path

Sure, just set the PREFIX variable to your custom path in Makefile accordingly.
atom hashcat 1 1,905 06-16-2018, 10:25 AM
    Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed

Note that you can still have full cracking speed even with a static prefix mask for slow hashes like WPA by using a pipe. Full speed test: Code: -- root@ht:~/hashcat# ./hashcat -b -m 2500 ... Sp...
atom hashcat 6 3,901 06-16-2018, 02:10 PM
    Thread: Call custom algorithm form hashcat
Post: RE: Call custom algorithm form hashcat

Of course it's possible. You just need to rewrite the algorithm as kernel in OpenCL (basically strong reduced C language). There's no official documentation about the process adding a new algorithm,...
atom hashcat 2 3,661 06-16-2018, 02:13 PM
    Thread: -m 11300 broken in version 4.1?
Post: RE: -m 11300 broken in version 4.1?

Sometimes OpenCL runtime are a bit buggy. You may need to wait for a later version of rocm and retry.
atom hashcat 3 2,655 06-17-2018, 10:47 AM
    Thread: Hashcat 4.1.0 not using AMD RX 570 & amdconfig: command not found
Post: RE: Hashcat 4.1.0 not using AMD RX 570 & amdconfig...

Use rocm instead of amdgpu-pro.
atom hashcat 8 8,906 06-17-2018, 10:49 AM
    Thread: -m 11300 broken in version 4.1?
Post: RE: -m 11300 broken in version 4.1?

I've debugged the kernel and found out it's not a problem in hashcat. You can read here about the details: https://github.com/hashcat/hashcat/issues/1596
atom hashcat 3 2,655 06-18-2018, 09:21 AM