Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain
OK, I can see where this is going. It's the reason why hashcat generators are exactly how they are. There's simply no way to seek in such probabilistic systems. I expected that actually, even I hoped ... |
|
atom |
hashcat
|
8 |
6,407 |
11-09-2018, 07:57 PM |
|
|
Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once
In order to use CPU devices, you need -D 1. In order to use CPU+GPU, you need to use -D 1,2 instead. Do not use -d in this case because you would enable opencl runtimes for the same device but with le... |
|
atom |
hashcat
|
8 |
4,135 |
11-11-2018, 03:08 PM |
|
|
Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain
Quote:
--
I'm very excited about Hashcat's Brain server and have started to look into if it would be possible to incorporate a PCFG guesser into it.
--
There's a general misunderstanding here. ... |
|
atom |
hashcat
|
8 |
6,407 |
11-09-2018, 10:38 AM |
|
|
Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain
Quote:
--
1) Just like there are many types of Markov attacks, (Hashcat Markov, JtR/Narayanan Markov, JtR Incremental, OMEN, etc), there are many ways to generate guesses with PCFGs. These differen... |
|
atom |
hashcat
|
8 |
6,407 |
11-11-2018, 03:01 PM |
|
|
Thread: -m 16700 Filevault
Post: RE: -m 16700 Filevault
Support for APFS -m 18300 was added with release of hashcat v5.1.0 |
|
atom |
hashcat
|
8 |
7,722 |
01-10-2019, 03:07 PM |
|
|
Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow
I've fixed this on GitHub master and created a new beta on https://hashcat.net/beta/
Thanks for reporting! |
|
atom |
hashcat
|
8 |
3,798 |
03-11-2019, 11:21 AM |
|
|
Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow
I'm not sure what's the problem. All numbers match perfectly. I ran this on my rx480 which is the closest I have matching you GPU.
It's 10,000,000 iterations of PBKDF2-HMAC-SHA256. So let's benchma... |
|
atom |
hashcat
|
8 |
3,798 |
03-14-2019, 08:37 AM |
|
|
Thread: Diskcryptor password
Post: RE: Diskcryptor password
You can not use hashcat to crack this even if this exact combination of mode, cipher, and hash are used in TC/VC, too. It would require to add a new module for diskcryptor. |
|
atom |
hashcat
|
8 |
4,266 |
03-23-2019, 06:29 PM |
|
|
Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Ryzen 5 2400G: Difference between Linux and Wi...
|
atom |
hashcat
|
8 |
3,117 |
06-22-2019, 04:10 PM |
|
|
Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?
instead of using:
Code:
--
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule
--
you can also use:
Code:
--
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -S
--
|
|
atom |
General Talk
|
8 |
1,341 |
06-30-2020, 10:16 AM |
|
|
Thread: oclHashcat and memory
Post: RE: oclHashcat and memory
vector Wrote: (05-14-2010, 09:53 AM)
--
Thanks to the author for the nice tool !
I have a question: What is the maximum supported dictionary size on VGA with 512MB RAM ?
--
the size depends on the... |
|
atom |
Hardware
|
7 |
22,896 |
05-16-2010, 11:53 AM |
|
|
Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work
xiaozhi Wrote: (05-23-2010, 12:28 PM)
--
why cannt the application work?
environment:win 7 64bit Catalyst 10.4 and ATI Stream SDK v2.1 oclHashcat v0.18 HD5970
here is a photo
xp 32bit
--
plea... |
|
atom |
Very old oclHashcat Support
|
7 |
16,802 |
05-23-2010, 07:07 PM |
|
|
Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work
we have tested the HD5970 a lot. there are no known problems. do you have tried running other opencl applications (just to make sure your driver installations and the card are working)? |
|
atom |
Very old oclHashcat Support
|
7 |
16,802 |
05-25-2010, 09:07 AM |
|
|
Thread: oclHashcat v0.18 HD5970 not work
Post: RE: oclHashcat v0.18 HD5970 not work
please try it exactly this way:
oclHashcat.exe example.hash -n 80 --gpu-loops 1024 -m 0 -1 ?l?d ?1?1?1?1 ?1?1?1?1
if this does not work, same problem was reported and solved here: https://hashcat.ne... |
|
atom |
Very old oclHashcat Support
|
7 |
16,802 |
05-25-2010, 02:55 PM |
|
|
Thread: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error
hashcat format is hash:salt, not salt:hash |
|
atom |
Very old oclHashcat Support
|
7 |
20,103 |
05-27-2010, 04:00 PM |
|
|
Thread: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error
no. hashcat is complaining about an -unmatched seperator-
this mean either your hash is not exactly 40 bytes or on pos 40 + 1 is not the expected seperator char or you have wrong -m mode.
but, if i... |
|
atom |
Very old oclHashcat Support
|
7 |
20,103 |
05-27-2010, 05:18 PM |
|
|
Thread: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error
it reads 40 chars of the line to be the hash, yes, regardless of the position of the seperator. the reason therefore is the problematic hash:salt format. it is possible that the seperator char itself ... |
|
atom |
Very old oclHashcat Support
|
7 |
20,103 |
05-29-2010, 06:38 AM |
|
|
Thread: oclHashcat and memory
Post: RE: oclHashcat and memory
next version v0.20 will have wordlist segmentation. this allows wordlists to be of arbitrary size. limited memory will no longer be an issue. |
|
atom |
Hardware
|
7 |
22,896 |
06-01-2010, 11:59 AM |
|
|
Thread: oclHashcat and memory
Post: RE: oclHashcat and memory
done in v0.20, thread closed |
|
atom |
Hardware
|
7 |
22,896 |
06-18-2010, 10:44 AM |
|
|
Thread: Need Help - Get an Error
Post: RE: Need Help - Get an Error
never saw this before. can you please check if v0.19 is working or not? |
|
atom |
Very old oclHashcat Support
|
7 |
14,029 |
06-20-2010, 07:36 AM |