Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
https://lmgtfy.com/?q=windows+8.1+cmd+escape+spaces |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-14-2015, 10:04 PM |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
illcare, I meant it in good humor. That being said, there's a little truth in all humor. If you try random things without research, do not be surprised when they do not work. Wishful thinking does ... |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-15-2015, 05:24 AM |
|
|
Thread: Speeding up prince
Post: RE: Speeding up prince
How big were the rulesets? Do you get better performance if you add a larger ruleset, like dive? |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
3,801 |
06-07-2018, 03:21 AM |
|
|
Thread: Speeding up prince
Post: RE: Speeding up prince
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
3,801 |
06-07-2018, 06:32 PM |
|
|
Thread: Splitting Hashes
Post: RE: Splitting Hashes
No. Any hashing algorithm that allowed that would be deeply flawed.
There are some that do allow this - such as pre-NTLM classic LANMan (LM) hashes. But that was a dramatic error in implementation... |
|
royce |
hashcat
|
1 |
530 |
05-07-2020, 04:36 PM |
|
|
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: Status Exhausted???
Post: RE: Status Exhausted???
Probably a good idea not to post hashes that you care about.
Looking at the end, this looks like a normal run to me, in which all candidates were tried, but none were successful.
Code:
--
Ses... |
|
royce |
hashcat
|
1 |
2,013 |
03-01-2018, 05:32 PM |
|
|
Thread: Steganos
Post: RE: Steganos
I'm not familiar with Steganos, but some brief searching indicates that it's AES-256?
hashcat doesn't currently support trying to crack this. |
|
royce |
hashcat
|
1 |
2,364 |
11-19-2017, 02:25 AM |
|
|
Thread: Studying demographics in effective wordlist/rule generation
Post: RE: Studying demographics in effective wordlist/ru...
|
royce |
General Talk
|
2 |
2,810 |
09-09-2018, 03:31 AM |
|
|
Thread: Tailor hashcat for cracking “german” passwords?
Post: RE: Tailor hashcat for cracking “german” passw...
Yes, UTF8 is probably fine for WPA2 entered via a web interface.
It sounds like you have the rest of the basics covered. Good luck! |
|
royce |
hashcat
|
2 |
3,338 |
03-25-2017, 09:26 PM |
|
|
Thread: Tailor hashcat for cracking “german” passwords?
Post: RE: Tailor hashcat for cracking “german” passw...
And for bruteforce beyond the basics, see this StackExchange answer (https://security.stackexchange.com/a/154958/6203). |
|
royce |
hashcat
|
2 |
3,338 |
03-26-2017, 06:52 PM |
|
|
Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU
Your GPU is getting too hot. Improve your cooling / airflow / thermals. |
|
royce |
General Talk
|
4 |
8,309 |
06-02-2017, 11:01 PM |
|
|
Thread: Thanks
Post: RE: Thanks
Got your back, Jack! Least we can do is provide top cover while you do the hard part. :) |
|
royce |
User Contributions
|
2 |
3,034 |
10-11-2018, 09:18 PM |
|
|
Thread: The Autotune Engine
Post: RE: The Autotune Engine
Also linked to this post from the wiki here:
https://hashcat.net/wiki/doku.php?id=autotune |
|
royce |
hashcat
|
2 |
10,698 |
11-19-2017, 03:52 AM |
|
|
Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?
It's OK to use hashcat GUI if it works for what you're trying to do. But many of the things you'll eventually want to do are better done with the command line directly. |
|
royce |
hashcat
|
5 |
2,340 |
10-29-2019, 06:16 AM |
|
|
Thread: Titan Z Questions
Post: RE: Titan Z Questions
I'm not familiar with whether or not there has been more than one era of Titan Z.
crackingservice.com benchmark says (for WPA2):
GeForce GTX titan Z 188000 hash/s
... but that may be for a pr... |
|
royce |
Hardware
|
2 |
2,662 |
06-14-2018, 08:10 AM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
You can chain a couple of rules together:
s- E s -
That's
- replace all dashes with spaces
- title case
- replace all spaces with dashes again
It would be cool if E could take an argument of what ... |
|
royce |
hashcat
|
5 |
4,812 |
04-18-2017, 08:07 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
Ah, I see. Interesting approach - could be handy. If your target character already exists in the string, you'll get some inexact results, but that might be acceptable.
Actual discovered plains can be... |
|
royce |
hashcat
|
5 |
4,812 |
04-18-2017, 10:51 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
Yeah, requesting an "e" rule seems useful. I've requested it (#1231 (https://github.com/hashcat/hashcat/issues/1231))
After the current run finishes, --loopback takes the actual plains that you fou... |
|
royce |
hashcat
|
5 |
4,812 |
04-19-2017, 03:41 PM |
|
|
Thread: Total newbie needing advice
Post: RE: Total newbie needing advice
Googling for "hashcat wpa", the first hit is:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
Does this help? |
|
royce |
Old oclHashcat Support
|
5 |
6,999 |
11-15-2015, 11:22 PM |