hashcat.launcher is available! (an alternative to hashcatGUI) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: hashcat.launcher is available! (an alternative to hashcatGUI) (/thread-9151.html) |
RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 07-20-2022 I think this is not directly related to hashcat.launcher. hashcat.launcher will offer to you whatever hashcat offers. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - matt99 - 07-21-2022 @s77rt hashcat supports veracrypt cracking with those 512 byte dumps. So the terminal command would looks like Code: hashcat -a 0 -m 13721 veracrypt_dump.hash wordlist.txt RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 07-21-2022 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. hash files must be inside: /hashcat/hashes/ Quote:Hashes: /hashcat/hashes RE: hashcat.launcher is available! (an alternative to hashcatGUI) - matt99 - 07-21-2022 ooooooh, thanks. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 09-02-2022 New release v1.1.3 What's New: Added: Chinese language Changed: hashcat bundled version v6.2.6 https://github.com/s77rt/hashcat.launcher/releases/tag/v1.1.3 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - Sorek - 01-03-2023 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! RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 01-03-2023 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 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - Sorek - 01-12-2023 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. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - Duckworth - 01-13-2023 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. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - Duckworth - 01-13-2023 And also - it would be cool to watch the candidates in real time |