Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...
Well, my point was that if you could just start a run from the other end, you wouldn't have to calculate keyspace at all (for the case of two attack systems) |
|
royce |
hashcat
|
9 |
1,571 |
04-26-2020, 04:02 PM |
|
|
Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...
One use case I can think of is when you intend to bruteforce an entire keyspace, and want to "meet in the middle" by having one system work forwards, and the other system work backwards. This would wo... |
|
royce |
hashcat
|
9 |
1,571 |
04-26-2020, 03:33 PM |
|
|
Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...
By default, hashcat doesn't start from 'aaaaa' - instead, it starts with sets of characters that appear most frequently in common passwords, called Markov mode. For example, if you try '?d?d?d?d?d', i... |
|
royce |
hashcat
|
9 |
1,571 |
04-26-2020, 02:42 AM |
|
|
Thread: help with hashcat.
Post: RE: help with hashcat.
Are you cards detected by hashcat? What is the output of hashcat -I? |
|
royce |
hashcat
|
13 |
2,603 |
04-25-2020, 06:41 PM |
|
|
Thread: --markov-disable taking more time
Post: RE: --markov-disable taking more time
Are you measuring the time until an actual crack is achieved, or total compute time?
If you change the order of the attack, the crack will naturally happen earlier or later. |
|
royce |
hashcat
|
3 |
890 |
04-18-2020, 10:39 PM |
|
|
Thread: Crack pbkdf2
Post: RE: Crack pbkdf2
Please see the forum rules. Posting hashes is not allowed. I have redacted your hash.
https://hashcat.net/forum/archive/index.php?announcement-2.html
There are a number of tutorials showing basi... |
|
royce |
hashcat
|
7 |
1,452 |
03-29-2020, 04:33 AM |
|
|
Thread: 3DES Known Plaintext - How?
Post: RE: 3DES Known Plaintext - How?
Separate from your syntax issue ... have you done the math of how long it would take to exhaust this mask (if it were even possible to run it with hashcat)?
https://www.wolframalpha.com/input/?i=95... |
|
royce |
hashcat
|
3 |
1,291 |
02-10-2020, 03:30 AM |
|
|
Thread: is sorting wordlist by length needed?
Post: RE: is sorting wordlist by length needed?
This is no longer necessary in modern hashcat. I've added a note to the end of that paragraph to make that explicit. Thanks for the indirect docs-bug report, always appreciated. :D |
|
royce |
hashcat
|
2 |
804 |
02-06-2020, 05:29 PM |
|
|
Thread: Rules effects.
Post: RE: Rules effects.
+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file. |
|
royce |
hashcat
|
3 |
1,043 |
02-05-2020, 06:10 PM |
|
|
Thread: help finding installed hashcat potfile
Post: RE: help finding installed hashcat potfile
On Unix-likes, it's in a .hashcat directory in the user's home directory. Not sure if this is also true for macOS. |
|
royce |
hashcat
|
2 |
821 |
01-28-2020, 07:00 AM |
|
|
Thread: SHA256 (AuthMe)
Post: RE: SHA256 (AuthMe)
This type is present in the beta version, not yet released.
https://hashcat.net/beta/
Or you can wait until the release. |
|
royce |
hashcat
|
2 |
1,081 |
01-25-2020, 07:35 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
slyexe Wrote: (01-18-2020, 02:55 AM)
--
I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t... |
|
royce |
hashcat
|
8 |
2,336 |
01-20-2020, 08:35 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
Coloradohusky Wrote: (01-18-2020, 02:48 AM)
--
Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo... |
|
royce |
hashcat
|
8 |
2,336 |
01-20-2020, 08:34 PM |
|
|
Thread: password 8 letters
Post: RE: password 8 letters
Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'):
hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l |
|
royce |
hashcat
|
6 |
1,838 |
01-19-2020, 10:14 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often easier than quitting and restoring.
The b... |
|
royce |
hashcat
|
8 |
2,336 |
01-18-2020, 02:42 AM |
|
|
Thread: dapp / digital currency for password cracking
Post: RE: dapp / digital currency for password cracking
https://security.stackexchange.com/questions/62800/is-it-possible-to-use-bitcoin-miners-to-decrypt-files-communication |
|
royce |
General Talk
|
4 |
1,730 |
01-10-2020, 07:49 AM |
|
|
Thread: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?
I think there is a fork or two of hashcat out there that does this. Also there are specialized tools like epixoip's md5substr: https://github.com/epixoip/md5substr/blob/master/md5substr.c |
|
royce |
hashcat
|
3 |
1,283 |
01-07-2020, 08:35 PM |
|
|
Thread: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?
There are tools for doing this for some specific hash types, but official hashcat does not currently support this. |
|
royce |
hashcat
|
3 |
1,283 |
01-07-2020, 08:26 AM |
|
|
Thread: personal wrapper script that got out of hand, 'hashcrack'
Post: RE: personal wrapper script that got out of hand, ...
Interesting - thanks for the contribution! |
|
royce |
User Contributions
|
1 |
1,217 |
01-07-2020, 12:10 AM |
|
|
Thread: Please Help!!
Post: RE: Please Help!!
Please read the forum rules.
https://hashcat.net/forum/announcements.php?aid=2 |
|
royce |
hashcat
|
1 |
796 |
12-31-2019, 06:34 PM |