Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: Special characters in mask
Post: RE: Special characters in mask
Based on your OS/shell, you'll need to escape the spaces. |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-14-2015, 08:47 PM |
|
|
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: special char in mask
Post: RE: special char in mask
On the (Windows?) command line, you'll need to handle differently any strings that contain an apostrophe (').
One of these may work:
1. Double quotes around the entire mask:
Code:
--
hashcat... |
|
royce |
hashcat
|
2 |
3,317 |
06-04-2017, 06:34 AM |
|
|
Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist
Discussion of speed needs to know what type of hash is the target. Either:
A) your attack is malformed (can you post your syntax, omitting any real hashes?), or
b) it's a pretty fast hash and y... |
|
royce |
hashcat
|
4 |
3,816 |
05-12-2018, 03:53 PM |
|
|
Thread: sli connector tech?
Post: RE: sli connector tech?
|
royce |
Hardware
|
1 |
2,522 |
05-05-2017, 08:54 PM |
|
|
Thread: Single-mode john analog for hashcat
Post: RE: Single-mode john analog for hashcat
I have to admit, it seems like single mode would only make a real difference for slow hashes for which each target password itself has a known per-password plaintext component (such as the Myspace lea... |
|
royce |
hashcat
|
5 |
4,079 |
06-21-2018, 06:16 AM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u... |
|
royce |
General Talk
|
4 |
3,365 |
12-31-2017, 07:45 AM |