Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: Using hashcat with maskprocessor - here: veracrypt
Hello :)
I have forgotton a part of my password for a VeraCrypt Container. So I want to find it again with the mask processor.
For doing that I used following command
Code:
--
hashcat -a 3 13711 ... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-18-2019, 05:05 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Good evening royce :)!
Thank you for your answer!
royce Wrote: (08-18-2019, 05:19 PM)
--
Is the container mounted?
--
No, it isn't mounted.
You'll need to provide the path to the raw file, the ra... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-18-2019, 07:05 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
undeath Wrote: (08-18-2019, 07:13 PM)
--
You're missing "-m" in front of the hash mode and "--increment 17:19" is absolutely the wrong syntax. Where did you find that?
--
Ok, thank you undeath :)! I ... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-19-2019, 08:53 AM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
undeath Wrote: (08-19-2019, 12:24 PM)
--
Code:
--
hashcat -h | grep increment
-i, --increment | | Enable mask increment mode |
... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-19-2019, 01:28 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
philsmd Wrote: (08-19-2019, 01:35 PM)
--
you need to add --increment too
the --increment command line switch enables the increment feature (and min/max options are further restrictions/limits)
--
... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-19-2019, 02:22 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
undeath Wrote: (08-19-2019, 05:09 PM)
--
I don't think the mask 'part_I_remember?d?s' does what you want. It tries candidates that start with "part_I_remember" followed by exactly one digit followed ... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-19-2019, 07:26 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
philsmd Wrote: (08-19-2019, 07:50 PM)
--
?1 is not the same as ?l
and ?! is completely wrong
you need to be more careful about what you see and what you type.
?1 is dollar ONE and ?l is doll... |
|
Snoop |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,747 |
08-19-2019, 08:20 PM |