Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Tesla s1070
Post: RE: Tesla s1070
|
undeath |
Hardware
|
3 |
2,573 |
03-11-2019, 12:35 AM |
|
|
Thread: Rule insert
Post: RE: Rule insert
you need to write a custom rule file for your case. |
|
undeath |
General Talk
|
4 |
2,550 |
03-24-2019, 11:00 PM |
|
|
Thread: Rule insert
Post: RE: Rule insert
Use the i rule. All rules are equally fast for all intents and purposes. |
|
undeath |
General Talk
|
4 |
2,550 |
03-25-2019, 11:09 AM |
|
|
Thread: --markov-disable and HCstat file
Post: RE: --markov-disable and HCstat file
it's probably more a bug/missing feature than a necessity. |
|
undeath |
hashcat
|
2 |
2,543 |
02-03-2018, 12:49 PM |
|
|
Thread: MSI Afterburner fan control
Post: RE: MSI Afterburner fan control
try --gpu-temp-disable to disable hashcat's fan control. Maybe there's a conflict. |
|
undeath |
hashcat
|
1 |
2,537 |
09-06-2017, 12:01 PM |
|
|
Thread: Need help working with masks
Post: RE: Need help working with masks
you are mixing up masks and rules in a really weird way. This is what masks look like: https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
5 |
2,537 |
02-03-2019, 03:29 PM |
|
|
Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache
Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read in full. |
|
undeath |
hashcat
|
23 |
2,533 |
08-16-2020, 12:43 PM |
|
|
Thread: Need help, new to hashcat
Post: RE: Need help, new to hashcat
cracking a random password of such length is no feasible. |
|
undeath |
hashcat
|
2 |
2,532 |
06-29-2018, 02:07 AM |
|
|
Thread: help with sha256
Post: RE: help with sha256
Why are you using --force? |
|
undeath |
hashcat
|
3 |
2,531 |
08-17-2018, 11:46 AM |
|
|
Thread: AMD GPU不适合Office 2013中的哈希破解
Post: RE: Amd gpu is not suitable for hash cracking in o...
might simply be overheating or a weak PSU |
|
undeath |
Hardware
|
3 |
2,528 |
04-27-2019, 10:18 AM |
|
|
Thread: Is there a mask, if only one (unkown) digit of the pass is wrong?
Post: RE: Is there a mask, if only one (unkown) digit of...
There is no such mask. Several solutions are possible.
1. create a hcmask file that has a mask for each position you want to alter. eg
Code:
--
?aassword
p?aassword
pa?asword
…
--
2. create a tabl... |
|
undeath |
hashcat
|
3 |
2,510 |
09-02-2018, 12:48 PM |
|
|
Thread: Is there a mask, if only one (unkown) digit of the pass is wrong?
Post: RE: Is there a mask, if only one (unkown) digit of...
No, that's simply not something masks were desgined to be used for, hence no such option. |
|
undeath |
hashcat
|
3 |
2,510 |
09-02-2018, 01:08 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
1. only the instance that cracked the hash knows about it
2. brain only synchronises attacks, not hashes |
|
undeath |
hashcat
|
9 |
2,508 |
10-16-2019, 10:23 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
no, brain only stores a checksum for the whole hash file. If the hash file is different in any way it's considered a different one with independent attack tracking. |
|
undeath |
hashcat
|
9 |
2,508 |
10-16-2019, 11:30 PM |
|
|
Thread: 0% progress
Post: RE: 0% progress
@royce: no it's not. Progress is the number of tried candidates divided by the total amount of candidates. The reason you can only see 0%/100% here is that your wordlist is very small (meaning N is ve... |
|
undeath |
hashcat
|
4 |
2,489 |
01-19-2019, 11:53 PM |
|
|
Thread: Help generating list
Post: RE: Help generating list
Code:
--
mp64.bin -1 678 -2 012 'MNOPQ,ABCDEFGHIJKLMNO,QRSTUVXYZ0123,567,BP??1?1??2??3??40?2??d??d??d' > masks.hcmask
--
|
|
undeath |
hashcat
|
2 |
2,486 |
12-05-2017, 04:40 PM |
|
|
Thread: Hashing is 1/6th the speed of benchmarking
Post: RE: Hashing is 1/6th the speed of benchmarking
wordlist is (almost) always slower than bf. Additionally 7zip may have been using slightly different settings. I'm not sure what kind of variables the algorithms allows. |
|
undeath |
hashcat
|
2 |
2,485 |
03-21-2018, 10:28 AM |
|
|
Thread: How to add a rule list/set
Post: RE: How to add a rule list/set
it's all documented in --help |
|
undeath |
hashcat
|
3 |
2,484 |
08-30-2018, 04:44 PM |
|
|
Thread: Signal database password on Android
Post: RE: Signal database password on Android
Usually the hash output is used as a key for the encryption. Having the hash in the file would mean the AES key is in the file which they are very likely not doing. Hence you have to use the pbkdf2 re... |
|
undeath |
hashcat
|
2 |
2,470 |
06-09-2018, 10:36 AM |
|
|
Thread: mask
Post: RE: mask
specify the path to that file instead of a mask |
|
undeath |
General Talk
|
2 |
2,453 |
06-30-2018, 10:03 AM |