Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: keep-guessing + rules?
Post: keep-guessing + rules?
Is there a way to log *all* of the rules that would have cracked a given hash?
Would/should --keep-guessing and --debug-mode be combine-able? It could be quite chatty - being able to ignore ':' ... |
|
royce |
hashcat
|
2 |
2,181 |
06-18-2018, 10:33 PM |
|
|
Thread: keep-guessing + rules?
Post: RE: keep-guessing + rules?
Ha! I'm only about one chapter ahead of you in the book. ;)
And guess what? I should have tried it first! :)
--keep-guessing works fine with --debug-mode (for at least some attacks):
Code... |
|
royce |
hashcat
|
2 |
2,181 |
06-18-2018, 11:00 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,080 |
06-21-2018, 06:16 AM |
|
|
Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...
... and defined here:
Code:
--
https://github.com/hashcat/hashcat/blob/master/src/mpsp.c#L20
static const char *DEF_MASK = "?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d";
https://github.com/hashcat/hash... |
|
royce |
hashcat
|
5 |
3,495 |
07-01-2018, 08:37 PM |
|
|
Thread: [split] hashcat v4.1.0
Post: RE: hashcat v4.1.0
partyhead, please read the forum rules:
https://hashcat.net/forum/archive/index.php?announcement-2.html
* Do not hijack threads (this isn't a hashcat-forums-specific rule; hijacking threads is c... |
|
royce |
hashcat
|
1 |
1,932 |
07-04-2018, 10:54 PM |
|
|
Thread: Error with NetNtlmv2 hash converted from john
Post: RE: Error with NetNtlmv2 hash converted from john
Hmm - NetNTLMv2 looks longer than that. See the example NetNTLMv2 hash here:
https://hashcat.net/wiki/doku.php?id=example_hashes
If your command line works with that example hash, the problem is... |
|
royce |
hashcat
|
1 |
1,667 |
07-05-2018, 05:27 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
Just a guess, but you could try combinator3 and then tack on four digits with rules ( [wordlist] [4digitwordlist] [wordlist] ?d?d?d?d) |
|
royce |
hashcat
|
10 |
6,617 |
07-08-2018, 06:51 AM |
|
|
Thread: Learn Next?
Post: RE: Learn Next?
One of the most educational experiences I've had with hashcat was when I did this:
* working a large general list using all of the techniques that I knew,
* running PRINCE, random rules, or junk ... |
|
royce |
hashcat
|
2 |
2,037 |
07-06-2018, 08:35 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
No - rather, you'd pipe the output from combinator to hashcat, and use hashcat to apply the ?d?d?d?d rule |
|
royce |
hashcat
|
10 |
6,617 |
07-08-2018, 07:23 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
I was being loose with the vocab again, but from the thread I thought that he was going to be using a rule to simulate a hybrid attack. |
|
royce |
hashcat
|
10 |
6,617 |
07-09-2018, 04:33 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
undeath Wrote: (07-09-2018, 05:01 PM)
--
There is not "a rule" to simulate a hybrid attack ;)
--
I didn't mean to imply that all you needed was a ruleset in order to do so. |
|
royce |
hashcat
|
10 |
6,617 |
07-09-2018, 11:39 PM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Most basic use of crunch can be executed by hashcat directly.
The ?H charset is cap hex (0-9 and capital A-F). If it's a randomly generated string within that charset, a mask of ?H?H?H?H?H?H?H?H?H?... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 03:33 PM |
|
|
Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...
Like this, but adapted to your hash type (-m), hash, and mask (the ?H sequence).
Code:
--
$ hashcat --help | grep Brute-Force
Brute-Force | MD5 | hashcat -a 3 -m 0 example0.hash ?a?a?a?a... |
|
royce |
hashcat
|
4 |
5,152 |
07-20-2018, 04:31 PM |
|
|
Thread: Two Dictionaries + 3 digits
Post: RE: Two Dictionaries + 3 digits
Use 'combinator' tool from hashcat-utils and pipe it into hashcat, and then apply the ?d?d?d at the end using hashcat itself.
https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator
A simp... |
|
royce |
hashcat
|
1 |
1,640 |
08-13-2018, 07:02 AM |
|
|
Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone
hashcat no longer has a dependency on CUDA - only on OpenCL.
See also:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system |
|
royce |
hashcat
|
4 |
4,186 |
08-25-2018, 09:07 PM |
|
|
Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone
The K.a.l.i. team claims to have addressed the OpenCL issue. Note that it's OpenCL that you're after, not CUDA. Getting OpenCL properly working under K.a.l.i. may vary - you might want to use the 'sea... |
|
royce |
hashcat
|
4 |
4,186 |
08-27-2018, 01:47 AM |
|
|
Thread: How to add a rule list/set
Post: RE: How to add a rule list/set
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
royce |
hashcat
|
3 |
2,484 |
08-30-2018, 05: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: Little sugdestion
Post: RE: Little sugdestion
https://hashcat.net/wiki/doku.php?id=mask_attack ?
Specifically, a list of multiple masks, generated with policygen from the PACK toolkit or similar. |
|
royce |
hashcat
|
1 |
1,495 |
09-02-2018, 09:50 PM |
|
|
Thread: Hash.org passwords?
Post: RE: Hash.org passwords?
This isn't hashcat-specific, but FWIW the hashes.org "found" lists sound like what you're looking for.
https://hashes.org/left.php
They are the "Complete found in plain" lists at the bottom of t... |
|
royce |
hashcat
|
3 |
2,577 |
09-02-2018, 11:01 PM |