Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
There seems to be a bug with how hashcat processes hcmask files.
On the CLI this works:
Code:
--
hashcat -m0 da8e187436ef310167021504d28c9b68 -a3 "?b$(for x in $(seq 255) ; do echo -n 00; done)" --h... |
|
undeath |
hashcat
|
6 |
2,043 |
10-09-2019, 06:21 PM |
|
|
Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type
There is no generic answer to that, it depends on the software that put the info there. The password could be hashed, encrypted or simply encoded. |
|
undeath |
hashcat
|
7 |
2,039 |
11-08-2019, 06:01 PM |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
you can use attack mode 7 with a single-line dict |
|
undeath |
hashcat
|
2 |
2,038 |
05-12-2018, 11:46 AM |
|
|
Thread: Explain the $HEX?
Post: RE: Explain the $HEX?
I'm not sure I understand the question. The $HEX[] format is used on console and in the output file. It is ignorant of the encoding used. If you know (or can guess) the encoding used for a $HEX[] plai... |
|
undeath |
hashcat
|
2 |
2,038 |
12-10-2018, 10:05 PM |
|
|
Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?
That algorithm likely has a variable for iterations. You can only compare benchmarks for the same iteration count (eg by using hashcat's benchmark mode). |
|
undeath |
hashcat
|
3 |
2,035 |
12-20-2018, 11:25 AM |
|
|
Thread: hashcat with scrypt(scrypt)
Post: RE: hashcat with scrypt(scrypt)
scryptcat123 Wrote: (09-28-2018, 12:20 AM)
--
I have hash, salt 1, and salt 2. Is there a way I can use an existing mode with hashcat to run this type of search?
--
no
scryptcat123 Wrote: (09-28... |
|
undeath |
hashcat
|
1 |
2,034 |
09-28-2018, 10:19 AM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
1. Easier on a mathematical level? Yes. Easier on a practical level? No.
2. Pure hashcat masks cannot do this. maskprocessor has options for this.
3. (94^12 / $hashrate) will give you a rough, optim... |
|
undeath |
hashcat
|
7 |
2,033 |
09-30-2019, 09:51 PM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
-q 1 is redundant with -r 1
but according to your first post "rxMX8$cQ$4RZ" is a valid example (it includes two dollar signs), hence I assumed you were referring to consecutive occurrences. |
|
undeath |
hashcat
|
7 |
2,033 |
09-30-2019, 10:44 PM |
|
|
Thread: mask attack for non-repeating chars
Post: RE: mask attack for non-repeating chars
Not sure how you deduce your divisor to be 1.5 after determining your hashrate to be 3000 but your conclusion is correct nonetheless. |
|
undeath |
hashcat
|
7 |
2,033 |
10-01-2019, 09:07 PM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
"it's not working" is no acceptable problem description. If you have error messages post them. If you have no error messages explain what you are experiencing and what you would expect to happen.
I... |
|
undeath |
hashcat
|
4 |
2,031 |
05-23-2019, 09:07 PM |
|
|
Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS
can you post a hashcat status output? |
|
undeath |
hashcat
|
4 |
2,030 |
10-18-2019, 12:45 PM |
|
|
Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS
Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok. |
|
undeath |
hashcat
|
4 |
2,030 |
10-18-2019, 01:37 PM |
|
|
Thread: Toogle case generator problem
Post: RE: Toogle case generator problem
toggle rules only work for the first 16 characters |
|
undeath |
hashcat
|
4 |
2,028 |
04-05-2019, 10:13 PM |
|
|
Thread: Generator of fortune
Post: RE: Generator of fortune
owein Wrote: (06-18-2020, 05:20 PM)
--
Back to the administrators: please unblock thus thread.
--
this thread is neither locked nor hidden nor anything similar. |
|
undeath |
User Contributions
|
8 |
2,022 |
06-19-2020, 02:01 AM |
|
|
Thread: My KeePass Job Seems Slow
Post: RE: My KeePass Job Seems Slow
Your speed depends on the number of iterations. You can only achieve the same speed as the benchmark with a hash that has the same number of iterations (or less). |
|
undeath |
hashcat
|
3 |
2,011 |
10-29-2018, 11:10 AM |
|
|
Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate
The "test database file" probably simply had a lower iteration count. |
|
undeath |
hashcat
|
4 |
2,007 |
04-14-2020, 12:48 AM |
|
|
Thread: Line-length exception
Post: RE: Line-length exception
hashcat cannot find your hash file. |
|
undeath |
hashcat
|
2 |
2,006 |
04-26-2018, 11:45 PM |
|
|
Thread: Can't Get Past "hashcat (v4.2.1) starting..."
Post: RE: Can't Get Past "hashcat (v4.2.1) starting..."
Something is badly broken with your OpenCL drivers. You probably have a bad driver installed. This doesn't necessarily have to be your nvidia graphics driver. |
|
undeath |
hashcat
|
2 |
2,004 |
10-27-2018, 10:51 AM |
|
|
Thread: Combinator attack - all posibillities
Post: RE: Combinator attack - all posibillities
merge all your lists and use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor) |
|
undeath |
hashcat
|
3 |
2,000 |
01-01-2019, 07:36 PM |
|
|
Thread: VeraCrypt Decryption [mac OSX]
Post: RE: VeraCrypt Decryption [mac OSX]
yupa Wrote: (07-13-2018, 07:17 PM)
--
It is executed, but the words in mydict2.dict do not combine.
In mydict2.dict are words (letters, numbers).
--
How did you determine that?
yupa Wrote: (07-13... |
|
undeath |
hashcat
|
1 |
1,998 |
07-14-2018, 11:03 AM |