Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow
Your driver is not correctly installed. How did you install it? |
|
undeath |
hashcat
|
18 |
8,556 |
01-23-2019, 12:19 PM |
|
|
Thread: nOOb help
Post: RE: nOOb help
Your best bet is using a wordlist attack + rules if you don't know anything and hope the password is found. Hashcat ships with a couple of rules files. |
|
undeath |
hashcat
|
12 |
8,107 |
01-23-2019, 12:20 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: Hashcat and R9 390
Post: RE: Hashcat and R9 390
If you need to disable the selftest something is probably broken anyway. |
|
undeath |
hashcat
|
4 |
3,015 |
01-28-2019, 08:08 PM |
|
|
Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...
Did you actually read the error message you posted? Your driver is probably broken. There may be driver bugs that are triggered only by some hashcat versions. |
|
undeath |
hashcat
|
29 |
21,222 |
01-30-2019, 01:23 PM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
hashcatlinux Wrote: (02-02-2019, 02:39 PM)
--
Code:
--
hashcat -m 3000 -a 3 -1 ?l?d?s?u -2 ?l?d?s?u ?1?1?1?1?1?1?1?1?1?1?1?1?1?1 hashes.txt
zsh: no matches found: ?l?d?s?u
--
--
Learn how your s... |
|
undeath |
hashcat
|
11 |
5,132 |
02-02-2019, 02:58 PM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
windows uses two LM hashes to store such long passwords. |
|
undeath |
hashcat
|
11 |
5,132 |
02-02-2019, 03:44 PM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
well, you have to start hashcat correctly. Your arguments are out of order. |
|
undeath |
hashcat
|
11 |
5,132 |
02-02-2019, 05:19 PM |
|
|
Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...
Unless you are some kind of divine being there is no use in such an attack. It will surpass the estimated end of our universe. |
|
undeath |
hashcat
|
11 |
5,132 |
02-02-2019, 06:41 PM |
|
|
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: 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: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...
Use -O which will reject all candidates longer than 15 characters. Using other mechanisms to reject candidates will likely slow down the attack more than just trying them anyway. Afterwards you can st... |
|
undeath |
hashcat
|
5 |
3,365 |
02-03-2019, 09:40 PM |
|
|
Thread: hashcat dictionary issues
Post: RE: hashcat dictionary issues
your dictionary cache says "Passwords: 1" so it looks like the wordlist file is broken. |
|
undeath |
hashcat
|
4 |
2,220 |
02-05-2019, 08:42 PM |
|
|
Thread: hashcat dictionary issues
Post: RE: hashcat dictionary issues
maybe your split.exe has some bug. Try using gate from https://github.com/hashcat/hashcat-utils
or maybe your original wordlist contains some large chunks of garbage. |
|
undeath |
hashcat
|
4 |
2,220 |
02-05-2019, 09:23 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
not supported. btw, hashcat can help with recovering a password but not decrypt anything. |
|
undeath |
hashcat
|
6 |
3,684 |
02-07-2019, 08:24 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
the software you are asking about is not supported by hashcat. |
|
undeath |
hashcat
|
6 |
3,684 |
02-07-2019, 11:52 PM |
|
|
Thread: problems with -m 15700
Post: RE: problems with -m 15700
Try using the slow candidates mode (-S)
Hashcat isn't optimised for handling such small wordlists. |
|
undeath |
hashcat
|
5 |
2,794 |
02-08-2019, 03:36 PM |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
https://hashcat.net/faq/morework |
|
undeath |
hashcat
|
9 |
3,546 |
02-11-2019, 11:30 AM |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
I'm not implying anything, it's explained right in that FAQ article. Your mask is too small to be a useful amplifier for a very fast hash type like NTLM. |
|
undeath |
hashcat
|
9 |
3,546 |
02-11-2019, 01:48 PM |