Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat running incorrectly and not using GPU.
Post: RE: Hashcat running incorrectly and not using GPU.
Windows should be as simple as installing the official AMD driver. On linux you need rocm which should not be much trouble to install on ubuntu. |
|
undeath |
hashcat
|
7 |
8,325 |
10-08-2019, 08:50 PM |
|
|
Thread: Device#2 skipped and Temp-Abort /retain-temp
Post: RE: Device#2 skipped and Temp-Abort /retain-temp
device #1 is your onboard gpu, device #2 your cpu. I guess the onboard gpu simply doesn't have a dedicated temp sensor. |
|
undeath |
hashcat
|
5 |
2,685 |
01-22-2019, 11:57 AM |
|
|
Thread: Device#2 skipped and Temp-Abort /retain-temp
Post: RE: Device#2 skipped and Temp-Abort /retain-temp
gpu-temp-retain was removed quite a while ago. You can always check --help if you want to know what options are available.
You can restore hashcat sessions using the --restore option. See https://h... |
|
undeath |
hashcat
|
5 |
2,685 |
01-22-2019, 11:31 PM |
|
|
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: Help with policygen/maskprocessor to create hcmask
Post: RE: Help with policygen/maskprocessor to create hc...
rules are for modifying words, not filtering them |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
5,806 |
01-28-2019, 04:56 PM |
|
|
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: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...
|
undeath |
General Talk
|
6 |
3,541 |
02-04-2019, 01:31 AM |
|
|
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 |