Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Just a small bench of OSX 10.8+ hash
Post: RE: Just a small bench of OSX 10.8+ hash
Yes, that looks good! What version of hashcat was that? (Please include hashcat version information in future benchmarks, for historical purposes).
Here's an updated benchmark:
Code:
--
$ has... |
|
royce |
Hardware
|
1 |
3,207 |
11-19-2017, 03:58 AM |
|
|
Thread: Its possible to do these?
Post: RE: Its possible to do these?
You can use the 'rli' tool from hashcat-utils to build a unified, deduplicated list of all of them. |
|
royce |
General Talk
|
1 |
3,202 |
11-19-2017, 02:54 AM |
|
|
Thread: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu
This may not be the whole story, but take a look at https://hashcat.net/faq/wrongdriver - you may at least need:
Code:
--
apt-get install ocl-icd-libopencl1 opencl-headers clinfo
--
|
|
royce |
hashcat
|
4 |
3,192 |
08-31-2018, 04:53 AM |
|
|
Thread: Hashcat outputting blank result (pdf crack)?
Post: RE: Hashcat outputting blank result (pdf crack)?
Not dumb - just learning. ;) Glad you found an answer (from yourself, even!) :) |
|
royce |
hashcat
|
3 |
3,180 |
11-19-2017, 01:38 AM |
|
|
Thread: Hashcat 3 - help with hash type
Post: RE: Hashcat 3 - help with hash type
This should probably be created as a Github issue instead, in the same style as https://github.com/hashcat/hashcat/issues/398 |
|
royce |
hashcat
|
1 |
3,178 |
06-30-2016, 05:04 PM |
|
|
Thread: IIS http digest
Post: RE: IIS http digest
If it's a test hash that you created yourself and has a known plaintext, then it's OK to post the whole hash (as long as you also include the plaintext). |
|
royce |
hashcat
|
5 |
3,178 |
11-19-2018, 06:37 PM |
|
|
Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5
Do you have extra (or too few) characters in your hash.txt file? This is what the line-length exception error means.
Code:
--
$ cat - >hash.txt
8743b52063cd84097a65d1633f5c74f5
$ cat hash.tx... |
|
royce |
hashcat
|
4 |
3,155 |
12-07-2017, 02:25 AM |
|
|
Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5
Ah, indeed! Very easy to forget that one - even if you're not new! |
|
royce |
hashcat
|
4 |
3,155 |
12-08-2017, 03:44 AM |
|
|
Thread: Very high "runtime" value with -w 4
Post: RE: Very high "runtime" value with -w 4
Is the runtime value correlating with some kind of other performance problem?
Also, any reason why you're not using a newer version of hashcat? |
|
royce |
hashcat
|
2 |
3,146 |
11-19-2017, 02:19 AM |
|
|
Thread: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Post: RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Attack mode '0' (-a 0) is the "straight" / dictionary attack.
Running
Code:
--
hashcat --help
--
... at the bottom, you'll see an example:
Code:
--
Wordlist | $P$ | hashcat -a 0 -m... |
|
royce |
hashcat
|
1 |
3,143 |
06-05-2017, 07:29 AM |
|
|
Thread: match column
Post: RE: match column
There are a number of methods. A searc for:
merge two csv primary key
... should yield some results. |
|
royce |
hashcat
|
2 |
3,138 |
02-16-2017, 07:17 PM |
|
|
Thread: BLAKE2
Post: RE: BLAKE2
259.4 MH/s on my 750 Ti. ;)
(That's with -O and -w 4.) |
|
royce |
hashcat
|
4 |
3,133 |
11-11-2018, 03:38 PM |
|
|
Thread: 3x GTX 770
Post: RE: 3x GTX 770
Thanks for the benchmark! |
|
royce |
Hardware
|
1 |
3,132 |
11-19-2017, 03:20 AM |
|
|
Thread: Sql server 2014 hashes
Post: RE: Sql server 2014 hashes
You mean something like this?
Code:
--
SELECT password_hash
FROM sys.sql_logins
--
More info here: https://www.sqlservercentral.com/articles/password+cracking/96540/ |
|
royce |
General Talk
|
1 |
3,132 |
11-29-2017, 05:23 AM |
|
|
Thread: NEED HELP WITH HASHCAT
Post: RE: NEED HELP WITH HASHCAT
* You should definitely use hashcat 4.0.1
* Please don't use the word 'dehash'; that's not what any hash-cracking utility does (because it implies reversing a hash, which is by definition impossible
... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
3,125 |
11-19-2017, 01:30 AM |
|
|
Thread: Can anyone help me
Post: RE: Can anyone help me
Usually, the only reason people try alternate OpenCL is because drivers from AMD/NVIDIA are not available.
If so, there's not a lot that hashcat can do for you - you should heed the disclaimers at ... |
|
royce |
hashcat
|
3 |
3,116 |
04-27-2018, 06:16 PM |
|
|
Thread: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?
That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms. |
|
royce |
hashcat
|
5 |
3,103 |
11-11-2018, 03:25 PM |
|
|
Thread: Hashcat router admin
Post: RE: Hashcat router admin
You're describing an online attack. Hashcat only works for offline attacks (with the hash in hand). |
|
royce |
hashcat
|
4 |
3,096 |
05-20-2018, 11:59 PM |
|
|
Thread: webEdition CMS >=6.4
Post: RE: webEdition CMS >=6.4
Yes, hash requests should be made on GitHub.
For others' ref, older versions of hashcat support older versions of WebEdition. |
|
royce |
General Talk
|
1 |
3,087 |
11-19-2017, 03:05 AM |
|
|
Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...
Scripting. There's no canned way to do this. You could group your other data into an overloaded username field, and then use --username. |
|
royce |
hashcat
|
4 |
3,079 |
04-14-2018, 06:47 PM |