Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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 |
528 |
05-07-2020, 04:36 PM |
|
|
Thread: email: pass after dehashed
Post: RE: email: pass after dehashed
https://hashcat.net/forum/archive/index.php?announcement-2.html |
|
royce |
hashcat
|
4 |
510 |
09-11-2020, 06:25 AM |
|
|
Thread: Apply Rule In Between Dictionary Words
Post: RE: Apply Rule In Between Dictionary Words
You have a couple of indirect options:
1. Generate the .###. list externally with a script, and then use combinator3 to pipe that combined with your other wordlists hashcat. That will be OK for slo... |
|
royce |
hashcat
|
1 |
483 |
05-15-2020, 05:36 AM |
|
|
Thread: htacces crack
Post: RE: htacces crack
I've redacted your hash. Please read the forum rules:
https://hashcat.net/forum/archive/index.php?announcement-2.html
To identify hashes, check against the hashcat example hashes:
https://has... |
|
royce |
hashcat
|
1 |
464 |
06-14-2020, 07:04 PM |
|
|
Thread: Hashcat Dictionairy Cache Hit
Post: RE: Hashcat Dictionairy Cache Hit
You're cracking "password\n", not "password":
Code:
--
$ echo -n 'password' | md5sum
5f4dcc3b5aa765d61d8327deb882cf99 -
$ echo 'password' | md5sum
286755fad04869ca523320acce0dc6a4 -
--
... |
|
royce |
hashcat
|
2 |
455 |
07-28-2020, 03:39 AM |
|
|
Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file
When using a file, the custom character sets must also be in the file, something like (not tested):
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3
okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3
okKAayYlLnN... |
|
royce |
hashcat
|
3 |
412 |
08-19-2020, 03:51 PM |
|
|
Thread: Expected hashrates with -m 22000
Post: RE: Expected hashrates with -m 22000
If you GPU is consistently showing 100% utilization, you're supplying enough work for the GPUs to not be bored. For a slower hash like the WPA family, speeds like you're showing aren't unreasonable, b... |
|
royce |
hashcat
|
2 |
383 |
09-23-2020, 08:13 AM |
|
|
Thread: Optimized kernel giving different results
Post: RE: Optimized kernel giving different results
Thanks! I see it's at https://github.com/hashcat/hashcat/issues/2539
(Also that is a hilarious username) |
|
royce |
hashcat
|
2 |
343 |
09-03-2020, 04:11 AM |
|
|
Thread: DES weird result
Post: RE: DES weird result
Because of the way DES works, only some bits have to match to get a match.
https://hashcat.net/forum/thread-6285.html |
|
royce |
hashcat
|
1 |
329 |
08-03-2020, 10:20 PM |
|
|
Thread: Using two rule files at the same time
Post: RE: Using two rule files at the same time
It's the product of both rulesets - rule 1 from list 1 AND rule 1 from list 2, etc etc.
This is one reason why ':' (do nothing) is often included in rulesets, so that each rule from each wordlist i... |
|
royce |
hashcat
|
2 |
325 |
09-06-2020, 11:41 PM |
|
|
Thread: custom charset help
Post: RE: custom charset help
Huh - when I run it, the memory requirement looks pretty small:
Code:
--
Host memory required for this attack: 228 MB
--
Also FYI, hashcat will throw an integer overflow for this attack at ?a ... |
|
royce |
hashcat
|
4 |
270 |
09-23-2020, 07:53 AM |
|
|
Thread: custom charset help
Post: RE: custom charset help
Some of the characters are interpreted by your command shell - you might have to backslash one or more of the characters that have special meaning in the shell, such as !, $, ', ", etc.
But in your c... |
|
royce |
hashcat
|
4 |
270 |
09-23-2020, 07:30 AM |
|
|
Thread: Run few processes
Post: RE: Run few processes
Multiple sessions are fine. I regularly pause one long-running session to do a quick shorter session. You will want to use the --session parameter to give additional ones different names.
Multiple ... |
|
royce |
hashcat
|
1 |
236 |
09-13-2020, 06:13 PM |
|
|
Thread: Can I run hashcat on startup and save where computation goes to some file?
Post: RE: Can I run hashcat on startup and save where co...
if you quit, you can restore with --restore. If you're using the default session name (not specifying an alternate one), then "hashcat --restore" (with no other parameters) will pick up where you left... |
|
royce |
hashcat
|
1 |
173 |
09-23-2020, 07:59 AM |