Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Special mask attack rules?
Post: RE: Special mask attack rules?
use https://www.thesprawl.org/projects/pack/ |
|
undeath |
General Talk
|
2 |
2,216 |
09-20-2018, 07:10 PM |
|
|
Thread: Bcrypt Prefix
Post: RE: Bcrypt Prefix
if your cost factor is 4 (note: bcrypt does not have a iteration/round indicator) your prefix is probably $2y$4 |
|
undeath |
General Talk
|
2 |
2,127 |
09-27-2018, 04:14 PM |
|
|
Thread: Can't Get Past "hashcat (v4.2.1) starting..."
Post: RE: Can't Get Past "hashcat (v4.2.1) starting..."
Something is badly broken with your OpenCL drivers. You probably have a bad driver installed. This doesn't necessarily have to be your nvidia graphics driver. |
|
undeath |
hashcat
|
2 |
2,004 |
10-27-2018, 10:51 AM |
|
|
Thread: backslash(\) slow down md5 speed
Post: RE: backslash(\) slow down md5 speed
Static prefixes in a mask attack slow down the attack, that's a known limitation in hashcat. Avoid static prefixes if possible and try to change your attack. |
|
undeath |
General Talk
|
2 |
2,317 |
11-11-2018, 02:21 AM |
|
|
Thread: Retrieve SALT from VALUE and SHA256(value.salt)
Post: RE: Retrieve SALT from VALUE and SHA256(value.salt...
32 byte salt is impossible to brute-force, assuming that means 32*8 bits. A little less would still be impossible to brute-force (ie 32*7).
All other security properties are trivially fulfilled under... |
|
undeath |
hashcat
|
2 |
2,089 |
11-20-2018, 01:48 AM |
|
|
Thread: Need help with setup
Post: RE: Need help with setup
|
undeath |
General Talk
|
2 |
2,737 |
11-26-2018, 07:12 PM |
|
|
Thread: Multiple GPU'S
Post: RE: Multiple GPU'S
|
undeath |
Hardware
|
2 |
3,274 |
12-02-2018, 02:09 PM |
|
|
Thread: Bitcoin2hashcat.py and sensitive info
Post: RE: Bitcoin2hashcat.py and sensitive info
Sharing your BTC wallet "hash" is not safe because it includes your encrypted privkey, which is needed to crack the password. Once cracked someone can decrypt your privkey and steal your BTC.
I don't... |
|
undeath |
hashcat
|
2 |
2,795 |
12-04-2018, 04:54 PM |
|
|
Thread: Multiple hashes for the same user (WPA, PMKID, NetNTLMv2)
Post: RE: Multiple hashes for the same user (WPA, PMKID,...
Especially with WPA there is a chance of transmission errors. For other hash types less so. |
|
undeath |
hashcat
|
2 |
2,333 |
12-07-2018, 05:37 PM |
|
|
Thread: How to configure a thin brute force in hashcat?
Post: RE: How to configure a thin brute force in hashcat...
|
undeath |
hashcat
|
2 |
2,124 |
12-08-2018, 11:50 PM |
|
|
Thread: Explain the $HEX?
Post: RE: Explain the $HEX?
I'm not sure I understand the question. The $HEX[] format is used on console and in the output file. It is ignorant of the encoding used. If you know (or can guess) the encoding used for a $HEX[] plai... |
|
undeath |
hashcat
|
2 |
2,038 |
12-10-2018, 10:05 PM |
|
|
Thread: combine password with ?d?d?d?d
Post: RE: combine password with ?d?d?d?d
use rules for number append/prepend |
|
undeath |
hashcat
|
2 |
1,770 |
12-22-2018, 01:26 PM |
|
|
Thread: Help creating a mask
Post: RE: Help creating a mask
Don't create multiple threads for basically the same issue
https://hashcat.net/forum/thread-8057-post-43265.html |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
2,297 |
01-07-2019, 08:29 PM |
|
|
Thread: Help in creating the right syntax
Post: RE: Help in creating the right syntax
private bitcoin keys are not supported by hashcat |
|
undeath |
hashcat
|
2 |
1,732 |
01-14-2019, 12:41 PM |
|
|
Thread: GPU recommendations
Post: RE: GPU recommendations
2000 series is mostly just overpriced for the performance. If you can get them for a reasonable price, get some 1080ti cards. |
|
undeath |
Hardware
|
2 |
2,763 |
01-14-2019, 11:47 PM |
|
|
Thread: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCATION_FAILURE
Post: RE: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCA...
You need to split your hash file into smaller chunks. |
|
undeath |
hashcat
|
2 |
1,720 |
01-18-2019, 06:24 PM |
|
|
Thread: Long password
Post: RE: Long password
|
undeath |
hashcat
|
2 |
1,713 |
01-24-2019, 11:46 PM |
|
|
Thread: recognizing gpu twice, crashes
Post: RE: recognizing gpu twice, crashes
might be a leftover from an older driver |
|
undeath |
hashcat
|
2 |
1,613 |
01-25-2019, 01:48 AM |
|
|
Thread: new user in need of help with command line
Post: RE: new user in need of help with command line
you're better off using https://github.com/ryancdotorg/brainflayer |
|
undeath |
hashcat
|
2 |
1,883 |
02-03-2019, 12:06 AM |
|
|
Thread: Password combination question
Post: RE: Password combination question
There is not "a rule" to do that. That would require many different rules. One rule changes a single word to a single other word. left/right rule in combinator mode do only support single rules. |
|
undeath |
hashcat
|
2 |
1,822 |
03-05-2019, 05:06 PM |