Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: 3des, k1==k3, k1 != k2 kernel
Post: RE: 3des, k1==k3, k1 != k2 kernel
As a general reference for other searchers:
* My understanding is that k1 != k2 != k3 is feasible because of meet-in-the-middle (https://crypto.stackexchange.com/questions/6345).
* See also this... |
|
royce |
hashcat
|
1 |
2,519 |
11-29-2017, 05:31 AM |
|
|
Thread: complex md5 salted hash
Post: RE: complex md5 salted hash
Yes, if I understand you correctly - if you're only attacking a single salt, then appending a hyphen to the end of the salt would have the same effect. |
|
royce |
hashcat
|
1 |
2,516 |
11-30-2017, 04:57 AM |
|
|
Thread: Rockyou hcmask files
Post: RE: Rockyou hcmask files
I believe that they're derived from an expected runtime (based on a baseline cracking rate): The first number is a way to keep them sorted, and the second number is the number of seconds.
Code:
--... |
|
royce |
hashcat
|
1 |
2,578 |
12-10-2017, 09:16 PM |
|
|
Thread: Intel Nuc Opencl and Gpu issue
Post: RE: Intel Nuc Opencl and Gpu issue
This is a problem with Intel's OpenCL runtime. The hashcat project cannot fix it. |
|
royce |
hashcat
|
1 |
3,209 |
12-20-2017, 04:55 PM |
|
|
Thread: What am I doing wrong?
Post: RE: What am I doing wrong?
I'm not able to reproduce this.
Code:
--
$ hashcat -a 3 --stdout -i --increment-min 5 --increment-max 9 -1 custom.hcchr -2 custom1.hcchr ?u?1?1?1?2?2?2?2?2 | head -100000 | cut -b1 | sort -u | ... |
|
royce |
hashcat
|
1 |
1,843 |
12-23-2017, 04:19 AM |
|
|
Thread: Trying to understand RLI and RLI2 better
Post: RE: Trying to understand RLI and RLI2 better
The purpose of rli is to diff two lists, and only show the new ones in the new file. It's not a dedupe tool.
For general dedupe, sort -u is your go-to for this. I use this alias (adjust parameters to... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,745 |
12-25-2017, 08:57 PM |
|
|
Thread: Rule stacking
Post: RE: Rule stacking
There's only one way to find out ;)
Code:
--
$ cat rule1.list
u
$ cat rule2.list
d
$ cat rule1-colon.list
:
u
$ cat rule2-colon.list
:
d
$ cat list.txt
password
123456
$ cat list.txt | hash... |
|
royce |
hashcat
|
1 |
2,043 |
12-25-2017, 06:28 PM |
|
|
Thread: New
Post: RE: New
Wiping a hard drive for reuse doesn't usually involve having to provide a password.
Unless you're trying to revive drives that were wiped with ATA Secure Erase and have a security password set on ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,683 |
01-12-2018, 05:37 AM |
|
|
Thread: VeraCrypt Volume Won't Decrypt. I know password and keyfile?
Post: RE: VeraCrypt Volume Won't Decrypt. I know passwor...
Approach should be identical to TrueCrypt - extracting the first bytes of the drive into a separate file, and pointing hashcat at it.
https://hashcat.net/forum/thread-7099.html |
|
royce |
hashcat
|
1 |
2,375 |
01-19-2018, 08:32 AM |
|
|
Thread: Enpass password recovery supported?
Post: RE: Enpass password recovery supported?
If it's the same kind of hash as described here:
https://github.com/hashcat/hashcat/issues/600
... then it's not currently supported by hashcat - neither CPU nor GPU.
Sounds like JtR is proba... |
|
royce |
hashcat
|
1 |
1,961 |
02-03-2018, 06:41 PM |
|
|
Thread: mask attack issue
Post: RE: mask attack issue
Have you tried --status and --status-timer ? |
|
royce |
hashcat
|
1 |
1,771 |
02-05-2018, 07:06 AM |
|
|
Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters
If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded:
?a?a?a?a?a?a?a?aAlis-ZA |
|
royce |
hashcat
|
1 |
1,855 |
02-17-2018, 06:27 PM |
|
|
Thread: What does the values in Speed Dev indicate
Post: RE: What does the values in Speed Dev indicate
The first device is hashing candidate passwords at a rate of roughly 9452700 hashes per second. |
|
royce |
hashcat
|
1 |
1,825 |
02-17-2018, 06:28 PM |
|
|
Thread: Status Exhausted???
Post: RE: Status Exhausted???
Probably a good idea not to post hashes that you care about.
Looking at the end, this looks like a normal run to me, in which all candidates were tried, but none were successful.
Code:
--
Ses... |
|
royce |
hashcat
|
1 |
2,011 |
03-01-2018, 05:32 PM |
|
|
Thread: Pause Certain Devices
Post: RE: Pause Certain Devices
There's no interactive native way to do this today.
You could work around this by scripting something that does the following:
1. Stop the job.
2. Modify the restore file using https://github.c... |
|
royce |
hashcat
|
1 |
1,671 |
03-31-2018, 03:45 AM |
|
|
Thread: pocl benchmarks
Post: RE: pocl benchmarks
Wow - that is quite interesting - thanks for the stats, hops. Promising for the future - and useful even today for people with specific attack needs. |
|
royce |
hashcat
|
1 |
2,405 |
05-02-2018, 04:36 PM |
|
|
Thread: Mode 7 (Hybrid Mask + Wordlist) only using 1 GPU?
Post: RE: Mode 7 (Hybrid Mask + Wordlist) only using 1 G...
There is an asymmetry in left-hand-side vs right-hand-side work capabilities. See
https://hashcat.net/forum/thread-1276-post-6965.html#pid6965 |
|
royce |
hashcat
|
1 |
2,060 |
05-14-2018, 04:44 PM |
|
|
Thread: [split] hashcat v4.1.0
Post: RE: hashcat v4.1.0
Rangletrap, please read the forum rules:
https://hashcat.net/forum/archive/index.php?announcement-2.html
* Do not post hashes
* Do not ask people to crack your hashes
* Do not hijack threads (... |
|
royce |
hashcat
|
1 |
1,577 |
05-17-2018, 06:07 PM |
|
|
Thread: R9 270x/GTX960
Post: RE: R9 270x/GTX960
Hashes per second per dollar is indeed the way to think about it - and if electricity price matters, H/s/watt.
For your use case, non-FE would probably be OK. If you can swing a 970, that might be... |
|
royce |
Hardware
|
1 |
1,931 |
05-18-2018, 05:16 AM |
|
|
Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds
Good question!
Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it.
Outside of the hashcat world, ... |
|
royce |
hashcat
|
1 |
4,188 |
05-20-2018, 06:00 PM |