Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r' |
|
undeath |
hashcat
|
16 |
6,932 |
02-14-2019, 12:44 AM |
|
|
Thread: Hashcat command
Post: RE: Hashcat command
How does your command look so far?
imak Wrote: (01-07-2018, 04:51 AM)
--
and I only want the first letter capital.
--
I hope that means you know the rest of the password. Because despite what Holl... |
|
undeath |
hashcat
|
3 |
3,910 |
01-07-2018, 02:13 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
Looks like some kind of hardware error. Are you using risers?
Possibly a heat problem, try running
hashcat -a3 00000000000000000000000000000000 ?a?a?a?a?a?a?a?a?a
for a few minutes and see wha... |
|
undeath |
hashcat
|
6 |
1,947 |
12-08-2019, 02:28 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: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
Your hashcat version is really old.
Your GPU is very old and probably no longer supported. If it is, you still need to install the proprietary nvidia driver. |
|
undeath |
hashcat
|
3 |
1,210 |
01-26-2020, 06:30 PM |
|
|
Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
As suspected your GPU is simply too old and unsupported. |
|
undeath |
hashcat
|
3 |
1,210 |
01-26-2020, 07:05 PM |
|
|
Thread: hashcat does not seem to crack via mask
Post: RE: hashcat does not seem to crack via mask
You can find almost everything you need to know on the wiki: https://hashcat.net/wiki/ |
|
undeath |
hashcat
|
4 |
4,849 |
05-13-2017, 04:00 PM |
|
|
Thread: Hashcat does not seen password in the dictionarry
Post: RE: Hashcat does not seen password in the dictiona...
run with --potfile-disable otherwise hashcat will skip already cracked hashes.
Quote:
--
INFO: Removed 5 hashes found in potfile.
--
|
|
undeath |
hashcat
|
2 |
2,694 |
03-04-2018, 02:16 PM |
|
|
Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password
your ancient hardware isn't supported by hashcat |
|
undeath |
hashcat
|
3 |
2,734 |
07-10-2018, 12:50 PM |
|
|
Thread: hashcat execution in mac os terminal
Post: RE: hashcat execution in mac os terminal
If you have a problem with a third-party script you need to ask them what is wrong. |
|
undeath |
hashcat
|
1 |
113 |
8 hours ago |
|
|
Thread: HashCat failes to bruteforce crack a known hash.
Post: RE: HashCat failes to bruteforce crack a known has...
your mask is for numeric candidates only |
|
undeath |
Old oclHashcat Support
|
2 |
5,398 |
06-11-2015, 05:30 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
I can confirm something is amiss when using the wordlist provided by gentl above.
Code:
--
hashcat -m 21700 /tmp/example.21700 /tmp/123.txt
--
shows the status prompt but does not react on pressin... |
|
undeath |
Beta Tester
|
18 |
4,196 |
03-30-2020, 07:49 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
philsmd Wrote: (03-31-2020, 10:43 PM)
--
Does this work for undeath ?
--
This works for undeath. |
|
undeath |
Beta Tester
|
18 |
4,196 |
04-01-2020, 01:28 AM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
I tested with my CPU and nVidia GPU and both worked for me. |
|
undeath |
Beta Tester
|
18 |
4,196 |
04-02-2020, 12:58 PM |
|
|
Thread: Hashcat froze desktop (PC)
Post: RE: Hashcat froze desktop (PC)
camer333 Wrote: (05-15-2018, 01:11 PM)
--
We can apply -s or --skip option -s mjklpr42, too.
--
no. --skip does not accept candidates |
|
undeath |
hashcat
|
4 |
3,169 |
05-15-2018, 01:32 PM |
|
|
Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.
if you have a list of email:hash you can use --show with --username combined:
Code:
--
hashcat -m 99999 --show --username user_hash.txt
user1:passwd1:passwd1
user2:passwd2:passwd2
user3:passwd3:pass... |
|
undeath |
hashcat
|
3 |
971 |
04-02-2020, 12:41 AM |
|
|
Thread: hashcat in VM
Post: RE: hashcat in VM
to get full speedup the best way would probably be:
(note: I'm assuming each key is 8 bytes; adapt as needed)
1. create a wordlist with all combinations of K1 (or a reproducable subset thereof if th... |
|
undeath |
hashcat
|
12 |
4,959 |
12-21-2019, 06:33 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Your GPU is way too old. It's not properly supported anymore. |
|
undeath |
hashcat
|
4 |
1,756 |
07-21-2019, 08:11 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Yes, pretty much. The 9800GT is equally old. |
|
undeath |
hashcat
|
4 |
1,756 |
07-22-2019, 10:55 AM |