Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread:
Post: RE: Mask syntax with gui
remove the -1 ?l?d from the mask, enable "charset 1" and copy the ?l?d into the textfield |
|
atom |
Very old oclHashcat-plus Support
|
0 |
0 |
09-03-2012, 01:41 PM |
|
|
Thread: how to limit a character in the mask
Post: RE: how to limit a character in the mask
You need to generate a maskfile using PACK (you can find it on github). |
|
atom |
hashcat
|
1 |
184 |
09-30-2020, 10:04 AM |
|
|
Thread: Hashcat using CUDA over OPENCL, why?
Post: RE: Hashcat using CUDA over OPENCL, why?
Yes, a simple -d 2 in your case will do the trick. |
|
atom |
hashcat
|
3 |
411 |
09-30-2020, 02:33 PM |
|
|
Thread: Hashcat using CUDA over OPENCL, why?
Post: RE: Hashcat using CUDA over OPENCL, why?
You can also use --backend-ignore-cuda |
|
atom |
hashcat
|
3 |
411 |
09-30-2020, 02:53 PM |
|
|
Thread: About operators for u32x and u8x
Post: RE: About operators for u32x and u8x
Try to avoid u8x if possible. Since GPU are always using 32 bit registers it doesn't matter if you store your 8 bit values into 32 bit integers. Come to IRC if you have more development questions and ... |
|
atom |
hashcat
|
1 |
774 |
03-04-2020, 04:35 PM |
|
|
Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...
You're right the information on the wiki is not fully correct. Use bs=512 count=4097 (not a typo) |
|
atom |
hashcat
|
3 |
863 |
03-29-2020, 02:36 AM |
|
|
Thread: Why is the gtx 570 so much faster than gtx 460 with HC?
Post: RE: Why is the gtx 570 so much faster than gtx 460...
Crypto operations do not utilize instructions that require floating point operations (FLOPS). |
|
atom |
hashcat
|
1 |
989 |
08-14-2019, 11:03 AM |
|
|
Thread: Hashcat 5.1 incorrect сalculates benchmark
Post: RE: Hashcat 5.1 incorrect сalculates benchmark
How about the results in benchmark mode? |
|
atom |
hashcat
|
2 |
1,018 |
03-18-2020, 08:38 AM |
|
|
Thread: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...
Use "combinator list1 list2 > wordlist.txt" to write to a file. works on windows, too. |
|
atom |
hashcat
|
2 |
1,062 |
08-14-2019, 11:08 AM |
|
|
Thread: Fast to know truecrypt container hash alg
Post: RE: Fast to know truecrypt container hash alg
No, it's not. Only check you can do is entropy check but this tells you only that data is either compressed or encrypted. Another thing is that entire file has to be 512 byte multiple. If system is bo... |
|
atom |
General Talk
|
1 |
1,092 |
08-22-2019, 11:15 AM |
|
|
Thread: DMG - OpenCL hash
Post: RE: DMG - OpenCL hash
|
atom |
hashcat
|
1 |
1,099 |
08-22-2019, 11:20 AM |
|
|
Thread: showing different hashtypes
Post: RE: showing different hashtypes
Not possible with pure hashcat. You need to wrap a script around. |
|
atom |
hashcat
|
1 |
1,124 |
05-22-2019, 11:01 AM |
|
|
Thread: DES ECB password search
Post: RE: DES ECB password search
With clear byte array, do you mean zero bytes? If yes you can use -m 14000 and set the salt to 0000000000000000 |
|
atom |
General Talk
|
4 |
1,229 |
03-18-2020, 08:38 AM |
|
|
Thread: DES ECB password search
Post: RE: DES ECB password search
It's a valid collision. both hashcat1 and harhbat1 are valid keys which will do exactly the same encryption/decryption of every input you give. you can verify with openssl. |
|
atom |
General Talk
|
4 |
1,229 |
03-19-2020, 08:55 AM |
|
|
Thread: Can coexist gpus amd, intel with opencl
Post: RE: Can coexist gpus amd, intel with opencl
In theory yes, but it's not a hashcat question. It's an OpenCL runtime question, therefore we cannot answer this fully. Note that when you have the rx580 it's so much faster than the other devices you... |
|
atom |
hashcat
|
1 |
1,243 |
04-02-2019, 01:32 PM |
|
|
Thread: Fixed length passwords w/ wordlists
Post: RE: Fixed length passwords w/ wordlists
Use princeprocessor, add ?l, ?d and ?u as part of the wordlist, set pw-min 8 and --pw-max 8 and use --elem-cnt-max 4 to workaround the brute-force effect. |
|
atom |
hashcat
|
1 |
1,307 |
03-18-2019, 09:51 AM |
|
|
Thread: Macbook Pro starts at a decent speed but after a bit it is stuck at a low speed
Post: RE: Macbook Pro starts at a decent speed but after...
Please post the command line you are using |
|
atom |
hashcat
|
1 |
1,321 |
03-10-2019, 06:24 PM |
|
|
Thread: Total Noob hoping for some Hashcat help.
Post: RE: Total Noob hoping for some Hashcat help.
This completely makes no sense. In -m 10300 the salt is part of the hash. |
|
atom |
hashcat
|
1 |
1,339 |
03-03-2019, 11:42 AM |
|
|
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: New password guessing method
Post: RE: New password guessing method
Here's a copy from a previous discussion on a different guesser (it was not yet implemented).
---
Good thing is, to get this flying, we can distribute the effort.
First thing is that PCFG needs... |
|
atom |
hashcat
|
2 |
1,362 |
01-03-2020, 10:38 AM |