07-20-2022, 07:32 PM
07-21-2022, 01:14 PM
@s77rt hashcat supports veracrypt cracking with those 512 byte dumps. So the terminal command would looks like
Sure thing, there is a option to get the same hash mode in hashcat.launcher. Buuuuuuut like i said, i can only put hash strings in hashcat launcher, there is no option to get a file (no matter which size) into it - which is necessary to crack veracrypt related content.
Code:
hashcat -a 0 -m 13721 veracrypt_dump.hash wordlist.txt
07-21-2022, 01:28 PM
matt99 Wrote:i can only put hash strings in hashcat launcherYou can't. You are actually supposed to put the file name in the hash input, not the hash itself.
![[Image: Screenshot-from-2022-07-21-12-23-50.png]](https://i.postimg.cc/k53jkdcS/Screenshot-from-2022-07-21-12-23-50.png)
hash files must be inside: /hashcat/hashes/
Quote:Hashes: /hashcat/hashes
Dictionaries: /hashcat/dictionaries
Rules: /hashcat/rules
Masks: /hashcat/masks
07-21-2022, 02:00 PM
ooooooh, thanks.
09-02-2022, 10:08 PM
New release v1.1.3
What's New:
Added: Chinese language
Changed: hashcat bundled version v6.2.6
https://github.com/s77rt/hashcat.launche...tag/v1.1.3
What's New:
Added: Chinese language
Changed: hashcat bundled version v6.2.6
https://github.com/s77rt/hashcat.launche...tag/v1.1.3
01-03-2023, 01:15 AM
When I run my tests I do not see the details shown in the red box of my attachment on my progress screen. It appears blank for me but I do have the terminal display to the right. Am I missing something in the setup?
The progress bar at the top always displays 0%.
Is there a way to see the estimated time remaining of a session?
Thanks for the help!
The progress bar at the top always displays 0%.
Is there a way to see the estimated time remaining of a session?
Thanks for the help!
01-03-2023, 09:30 AM
I think you are running an old version.
Please try with the latest version and use the embedded hashcat version
https://github.com/s77rt/hashcat.launcher/releases
Please try with the latest version and use the embedded hashcat version
https://github.com/s77rt/hashcat.launcher/releases
01-12-2023, 08:36 PM
Running another test right now and it appears I have the latest and greatest. 1.1.4
(01-03-2023, 09:30 AM)s77rt Wrote: [ -> ]I think you are running an old version.
Please try with the latest version and use the embedded hashcat version
https://github.com/s77rt/hashcat.launcher/releases
01-13-2023, 02:58 PM
that's just great. What can I do if the password consists of non-traditional characters, such as i666$€ or I don't know how many characters are in the password and where the € sign is.
01-13-2023, 03:53 PM
And also - it would be cool to watch the candidates in real time