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: Combinator attack with a maximum length?
Post: RE: Combinator attack with a maximum length?

Hashcat can not show an ETA because it can not know the total number of password candidates you're sending in.
atom hashcat 5 7,216 12-18-2016, 05:13 PM
    Thread: Problems with Fans ?
Post: RE: Problems with Fans ?

You can use --gpu-temp-retain 1 to tell hashcat to set the fans to 100% for you, so you don't need any external tools
atom hashcat 6 7,968 12-18-2016, 05:15 PM
    Thread: Huge speed drop with Amd GPU Pro
Post: RE: Huge speed drop with Amd GPU Pro

Please post full commandline
atom hashcat 6 6,179 12-18-2016, 05:38 PM
    Thread: Huge speed drop with Amd GPU Pro
Post: RE: Huge speed drop with Amd GPU Pro

Yes, I can reproduce the same behaviour. Mask is fine, but rule-based dropped from ~600MH/s to ~300MH/s. Also the OpenCL JIT compiler segfaults while compiling the scrypt kernel. That errors occur in...
atom hashcat 6 6,179 12-18-2016, 11:24 PM
    Thread: AMD Radeon™ R7 M360 2GB DDR3 The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2.0 Error
Post: RE: AMD Radeon™ R7 M360 2GB DDR3 The-Distributio...

AMD users on Linux require "AMDGPU-Pro Driver" (16.40 or later)
atom Hardware 1 3,589 12-18-2016, 11:29 PM
    Thread: Hashcat exhausted, yet password is in dictionary
Post: RE: Hashcat exhausted, yet password is in dictiona...

Typical WPA case and it's always because of a bad handshake capture. Just do a new one.
atom hashcat 6 6,495 12-18-2016, 11:31 PM
    Thread: Hashcat exhausted, yet password is in dictionary
Post: RE: Hashcat exhausted, yet password is in dictiona...

Latest hashcat beta adds some help for that, new feature. You can add as many handshakes as you want (to make sure there's at least one valid) while cracking them all at once takes the same time as a ...
atom hashcat 6 6,495 12-22-2016, 02:46 PM
    Thread: Use hashcat with a dictionary of big words
Post: RE: Use hashcat with a dictionary of big words

Yes, block size for sha1 is 64, but if the data part is >= 55, then it requires two calls to sha1 transform because of merkle-demgard construct.
atom hashcat 4 5,765 12-22-2016, 02:49 PM
    Thread: GT 755M vs GT 740M
Post: RE: GT 755M vs GT 740M

The GPU is bad for cracking if the NVIDIA OpenCL runtime returns it as Shader Model 3.0
atom Hardware 7 9,380 12-22-2016, 02:53 PM
    Thread: Word List Downloads
Post: RE: My Wordlists

cityscab Wrote: (12-21-2016, 04:18 AM) -- I made some wordlists using the maskprocessor utility and a regex editor and put them in a zip file. Webster This wordlist has every word in Websters Una...
atom User Contributions 19 879,292 12-22-2016, 02:55 PM
    Thread: hashcat creates empty output file at start
Post: RE: hashcat creates empty output file at start

That's wanted. It makes sure it has write-permission to the outfile. Imagine you're cracking a hash and hashcat can't write to outfile and errors out.
atom hashcat 1 2,674 12-22-2016, 02:58 PM
    Thread: Triple md5
Post: RE: Triple md5

It was part of hashcat legacy. If want it added to hashcat, see here how to request it : https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_featur...
atom hashcat 3 3,800 12-22-2016, 02:59 PM
    Thread: Performance related to password length
Post: RE: Performance related to password length

Hard to estimate. Best way to find out is to modify the kernels directly. But gutfeeling tells me it's not much because of some other optimizations that went into the code since then.
atom hashcat 1 2,719 12-22-2016, 03:02 PM
    Thread: Hashcat 3.20 on NVIDIA GTX 480 and Intel Xeon X5482
Post: RE: Hashcat 3.20 on NVIDIA GTX 480 and Intel Xeon ...

It's an OpenCL runtime installation problem. Probably you had AMD or Intel OpenCL runtime added before. Read this and follow it 100%: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_...
atom hashcat 11 15,856 12-22-2016, 03:06 PM
    Thread: How to Allocate More Memory?
Post: RE: How to Allocate More Memory?

The OpenCL runtime limits hashcat to use only 1/4 of the total memory, but for memory intense algorithms like scrypt it allocates four blocks to workaround that problem. For other algorithms it doesn'...
atom hashcat 1 4,401 12-25-2016, 02:15 PM
    Thread: Can you run hashcat backwards?
Post: RE: Can you run hashcat backwards?

You can also use hashcats tools/test.pl in passthrough mode to generate them
atom hashcat 5 5,655 12-25-2016, 03:41 PM
    Thread: GT 755M vs GT 740M
Post: RE: GT 755M vs GT 740M

Then OpenCL runtime reports it back as SM 3.0. If you want to complain you need to go to nvidia forum. We have nothing to do with it. You can also use clinfo to retrieve that info, just to make sure i...
atom Hardware 7 9,380 12-25-2016, 03:50 PM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

I'd go Msys2
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,544 12-25-2016, 03:59 PM
    Thread: Cracking WPA with hashcat news
Post: Cracking WPA with hashcat news

For those of you who is cracking WPA with hashcat, continue reading... Sometimes it happens that the WPA handshake you've recorded is broken. Unfortionaly there's no reliable way to detect and repo...
atom User Contributions 6 11,955 12-25-2016, 05:45 PM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

Did you run sudo amdconfig --initial -f --adapter=all ?
atom General Talk 35 48,976 12-26-2016, 12:48 PM