Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...
Are you having to use --force? Can you please post the actual full commands you're using? |
|
royce |
hashcat
|
20 |
5,249 |
11-17-2019, 12:43 AM |
|
|
Thread: Hahshcat does not support the new rar3 type and needs help
Post: RE: Hahshcat does not support the new rar3 type an...
Please do not post real hashes. See the forum rules here:
https://hashcat.net/forum/archive/index.php?announcement-2.html |
|
royce |
hashcat
|
1 |
1,000 |
11-26-2019, 06:14 PM |
|
|
Thread: Hashcat vs Keepass 2 (.kdbx)
Post: RE: Hashcat vs Keepass 2 (.kdbx)
As slyexe said, you cannot request hash-cracking help on this forum. Please remove these requests from your post, or you risk being banned. |
|
royce |
hashcat
|
4 |
1,962 |
12-03-2019, 04:49 AM |
|
|
Thread: Juniper netscreen hash help
Post: RE: Juniper netscreen hash help
does the attack work against the Netscreen example hash from the hashcat wiki (https://hashcat.net/wiki/doku.php?id=example_hashes)?
nNxKL2rOEkbBc9BFLsVGG6OtOUO/8n:user |
|
royce |
hashcat
|
2 |
1,126 |
12-11-2019, 06:15 AM |
|
|
Thread: I have error please help me
Post: RE: I have error please help me
Yep, you can't do that.
It looks like you're trying to do a combinator attack. There's a direct combinator attack (which is -a 1), or there is a way to simulate a selectes subset of combinator effect... |
|
royce |
hashcat
|
3 |
1,264 |
12-15-2019, 11:10 PM |
|
|
Thread: change working directory
Post: RE: change working directory
In the future, you can also use https://github.com/philsmd/analyze_hc_restore, written by a core hashcat developer. You can rewrite a restore file, changing various config items. |
|
royce |
hashcat
|
3 |
1,133 |
12-16-2019, 11:43 PM |
|
|
Thread: Need a new hardware to run Hashcat?
Post: RE: Need a new hardware to run Hashcat?
If your card is still supported by latest stable AMD drivers, it should be supported by hashcat. |
|
royce |
hashcat
|
4 |
1,509 |
12-19-2019, 09:27 AM |
|
|
Thread: Noob question: md5 salted unix unknown password cracking
Post: RE: Noob question: md5 salted unix unknown passwor...
Per the forum rules:
https://hashcat.net/forum/archive/index.php?announcement-2.html
... do not post hashes. I've redacted yours. |
|
royce |
hashcat
|
2 |
1,078 |
12-21-2019, 01:52 AM |
|
|
Thread: Custom mask generator
Post: RE: Custom mask generator
Most of what you're looking to do can be accomplished with the PACK toolkit:
https://github.com/iphelix/pack
The 'policygen' tool can help generate masks with arbitrary policies (and they won't ... |
|
royce |
hashcat
|
11 |
5,304 |
12-26-2019, 03:45 AM |
|
|
Thread: Please Help!!
Post: RE: Please Help!!
Please read the forum rules.
https://hashcat.net/forum/announcements.php?aid=2 |
|
royce |
hashcat
|
1 |
799 |
12-31-2019, 06:34 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,287 |
01-07-2020, 08:26 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,287 |
01-07-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...
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,341 |
01-18-2020, 02:42 AM |
|
|
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,841 |
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...
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,341 |
01-20-2020, 08:35 PM |
|
|
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,085 |
01-25-2020, 07:35 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 |
823 |
01-28-2020, 07:00 AM |
|
|
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,045 |
02-05-2020, 06:10 PM |
|
|
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 |
806 |
02-06-2020, 05:29 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,341 |
01-20-2020, 08:34 PM |