Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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,614 |
07-08-2018, 06:51 AM |
|
|
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
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: Combinator - how to save combined files.
Post: RE: Combinator - how to save combined files.
I assume that you know that you could just regenerate them when you need them, and save the disk space. :)
But saving general command output to a file is an OS/commandline thing - just basic redire... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
3,856 |
07-07-2018, 12:02 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: 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: [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: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512
If you mean simple salting (and not salting+stretching like sha512crypt), then performance scales directly with the keyspace of the salt.
The attack has to try all possible salts. If the salt spac... |
|
royce |
General Talk
|
2 |
2,404 |
07-04-2018, 06:59 PM |
|
|
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: 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: Extracting Hashes
Post: RE: Extracting Hashes
This varies depending on the hash type. But generally, the John the Ripper tools are usually quite good - and up to date for many hash types. |
|
royce |
General Talk
|
1 |
1,866 |
06-19-2018, 08:04 AM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Verify your syntax using an existing format. If it works for that, it should work for yours. |
|
royce |
General Talk
|
6 |
4,521 |
06-19-2018, 12:44 AM |
|
|
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: 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: Save all valid password candidates
Post: RE: Save all valid password candidates
You can use --stdout to see what candidates hashcat will generate.
Code:
--
$ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head
hashcat
tachsah
HASHCAT
Hashcat
hashcat0
hash... |
|
royce |
General Talk
|
6 |
4,521 |
06-17-2018, 05:54 PM |
|
|
Thread: Newbie - help please
Post: RE: Newbie - help please
You'll need to open a command prompt on your platform, and navigate to the directory that hashcat lives in, and execute it there.
Once you get oriented there, I would work on growing your understan... |
|
royce |
General Talk
|
1 |
2,466 |
06-16-2018, 10:12 PM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Ooh, that's good to know - thanks! |
|
royce |
hashcat
|
6 |
3,901 |
06-16-2018, 10:05 PM |
|
|
Thread: Custom rule for 8Track hashes
Post: RE: Custom rule for 8Track hashes
Put that other rule in a separate file, and then try
Code:
--
-r best64.rule -r 8track.rule
--
The rules are applied in the order specified, so order on the command line matters:
Code:
--
$ e... |
|
royce |
hashcat
|
2 |
2,766 |
06-16-2018, 09:53 PM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
See also:
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/Auditing-Kerio-Connect.md |
|
royce |
hashcat
|
10 |
8,847 |
06-15-2018, 09:21 AM |