Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
Cool, please do not forget to contribute afterwards |
|
atom |
hashcat
|
7 |
8,266 |
12-09-2016, 02:02 PM |
|
|
Thread: Hashcat doesn't manage fans/temps properly.
Post: RE: Hashcat doesn't manage fans/temps properly.
To solve the fan speed simply fix OpenCL installation by doing the steps *exactly* as explained here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_instal... |
|
atom |
hashcat
|
3 |
4,697 |
12-09-2016, 02:05 PM |
|
|
Thread: increment gives invlaid mask error
Post: RE: increment gives invlaid mask error
I had added support for this to hashcat v3.20, but it was bugged in case of WPA. Should be fixed with latest beta on https://hashcat.net/beta/ |
|
atom |
hashcat
|
5 |
7,882 |
12-18-2016, 05:03 PM |
|
|
Thread: Which hashcat should I install on my Windows XP 32bit?
Post: RE: Which hashcat should I install on my Windows X...
Which OpenCL compatible hardware do you want to run it on? |
|
atom |
hashcat
|
5 |
6,947 |
12-18-2016, 05:08 PM |
|
|
Thread: Use hashcat with a dictionary of big words
Post: RE: Use hashcat with a dictionary of big words
Total wrong approach. If your algorithm creates 128 byte intermediate values you need to handle that inside a dedicated kernel for that algorithm. |
|
atom |
hashcat
|
4 |
5,765 |
12-18-2016, 05:11 PM |
|
|
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 |