Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
You might first try a dictionary like rockyou.txt, which has a number of common passwords, in case it was something simple.
After that, there are some decent howtos out there for growing your hashc... |
|
royce |
hashcat
|
8 |
5,899 |
05-30-2018, 04:35 AM |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
Self-interest is the sauce of self-motivated learning. ;)
Glad there was a happy ending to this one - congratulations! |
|
royce |
hashcat
|
8 |
5,899 |
06-06-2018, 04:03 PM |
|
|
Thread: edit session settings?
Post: RE: edit session settings?
philsmd's tool here may help:
https://github.com/philsmd/analyze_hc_restore |
|
royce |
General Talk
|
5 |
5,907 |
07-03-2016, 11:19 PM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
Unless you're attacking a slow hash, it may not be worth skipping the longer files.
If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h... |
|
royce |
hashcat
|
7 |
5,993 |
11-29-2017, 10:40 PM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
DKblue Wrote: (12-04-2017, 05:25 PM)
--
Does pipe supports pause??
--
I don't think that pipe supports pause. But you can pause the entire job on Unix-likes with Control-Z, and then restore it with... |
|
royce |
hashcat
|
8 |
6,107 |
12-06-2017, 09:06 PM |
|
|
Thread: Passwords14 - Presentation slides
Post: RE: Passwords14 - Presentation slides
Cool, thanks!
Note that due to some directory reorganization, this is now at
https://hashcat.net/events/p14-vegas/ |
|
royce |
Organisation and Events
|
1 |
6,108 |
11-19-2017, 03:37 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
-j and -k only work for a single rule, not for a file that's a list of rules.
The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-util... |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 12:25 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Sounds like you're working with a fast hash?
If so, and if your list of rules is just as you show - only four rules long - then that may be part of the reason why. Native hashcat combinator attack ... |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 01:59 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 06:09 AM |
|
|
Thread: New parameter: --nonce-error-corrections
Post: RE: New parameter: --nonce-error-corrections
For future searchers, note that later work (https://github.com/hashcat/hashcat/issues/1221) does incur a small performance penalty (perhaps in the 8-12% range?) at the previous default of 16 due to ad... |
|
royce |
User Contributions
|
1 |
6,154 |
05-30-2017, 08:32 AM |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
IMO, hardware beef correlates with interest/focus on password cracking.
If you just want to improve general cracking throughput, you'll be fine following everything that undeath says. Most of the n... |
|
royce |
Hardware
|
7 |
6,178 |
06-01-2018, 05:24 PM |
|
|
Thread: 4 card cracking Rigg
Post: RE: 4 card cracking Rigg
(Well, it's not *strictly* a 100% requirement for some attacks - but definitely required for others). You should try to get as close to that as possible, though. |
|
royce |
Hardware
|
7 |
6,178 |
06-03-2018, 05:15 PM |
|
|
Thread: new upcoming GTX cards
Post: RE: new upcoming GTX cards
Guessing wildly based on the specs, I would expect it to be a bit slower than a 1080 - and the list price is about what used 1080 FEs are going for, so it may be a bit of a wash.
A full benchmark w... |
|
royce |
Hardware
|
6 |
6,320 |
11-19-2017, 07:23 PM |
|
|
Thread: please add PuTTY private key cracker ! thx
Post: RE: please add PuTTY private key cracker ! thx
Have you considered atom's suggestion above? |
|
royce |
hashcat
|
3 |
6,345 |
04-26-2018, 07:01 AM |
|
|
Thread: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?
If you are piping combinator3 output to hashcat, then if hashcat reports that it is using the GPUs, then it is.
What's more likely is that the rate of wordlist generation is low enough that you'd n... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
6,382 |
10-19-2017, 09:40 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
I do not understand the question yet. :) Could you provide an example? |
|
royce |
General Talk
|
10 |
6,459 |
07-07-2018, 03:51 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
Or
Code:
--
mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule
--
The nice thing about philsmd's solution, though, is that it generates the rules in Markov order. |
|
royce |
General Talk
|
10 |
6,459 |
07-07-2018, 09:08 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
In this case, you don't want to use mp64 to generate a wordlist or pipe anything to hashcat. Instead, you want to use it to generate rules.
Code:
--
$ mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule
... |
|
royce |
General Talk
|
10 |
6,459 |
07-08-2018, 06:59 AM |
|
|
Thread: Help for rule
Post: RE: Help for rule
Apologies for the error in my previous post - I was using -a 3 accidentally; it should have been -a 0.
Code:
--
hashcat -m XXXX -a 0 -w 3 -r prepend-ldu2.rule hccapx [wordlist]
--
|
|
royce |
General Talk
|
10 |
6,459 |
07-08-2018, 09:59 PM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
royce |
hashcat
|
8 |
6,548 |
02-04-2018, 01:32 AM |