Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: h64 - 'double free or corruption' error
Post: RE: h64 - 'double free or corruption' error
Fixed already in latest beta: https://hashcat.net/beta/ |
|
atom |
hashcat
|
2 |
4,551 |
12-09-2016, 12:12 AM |
|
|
Thread: Repeated Bug Notification when Running Hashcat (git master)
Post: RE: Repeated Bug Notification when Running Hashcat...
ok, thanks for reporting back. |
|
atom |
hashcat
|
4 |
5,957 |
12-09-2016, 12:13 AM |
|
|
Thread: hashcat version
Post: RE: hashcat version
For old AMD cards you need to use windows, otherwise you're lost. New linux drivers need 290x or newer. |
|
atom |
hashcat
|
5 |
5,278 |
12-09-2016, 01:43 PM |
|
|
Thread: version 3.20 work with CL_UNKNOWN_ERROR
Post: RE: version 3.20 work with CL_UNKNOWN_ERROR
Yeah, the clEnqueueReadBuffer () is an error from OpenCL subsystem which comes with driver not hashcat. |
|
atom |
hashcat
|
5 |
7,306 |
12-09-2016, 01:46 PM |
|
|
Thread: Prince Processor
Post: RE: Prince Processor
You can add --status --status-timer 1 |
|
atom |
hashcat
|
2 |
3,492 |
12-09-2016, 01:47 PM |
|
|
Thread: am I doing something wrong?
Post: RE: am I doing something wrong?
But if hashcat can not find it, it's either an invalid offset or the mask is invalid. To find out which of them is true, I can only see one way. You need to build a bootable veracrypt system and repro... |
|
atom |
hashcat
|
5 |
5,675 |
12-09-2016, 01:52 PM |
|
|
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: 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: 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 |