Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: NetNTLMv1 Help!
Post: RE: NetNTLMv1 Help!
I think you only have one error here:
Quote:
--
hashcat64.bin -m14000 --potfile-disable --quiet -a 3 -1 charsets/DES_full.charset --hex-charset 99223BFDCF216B9B:b66a63d54cfe005c ?1?1000000000000... |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
7,291 |
12-09-2016, 01:59 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: 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: 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: 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 |