hashcat Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10


hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 04-21-2020

Hi,
I'm happy that i have just done version 0.1.1 of hashcat.launcher (yeah there was 0.1.0 with couple issues in Windows)
Anyway..

hashcat.launcher

hashcat.launcher is a cross-platform app that run and control hashcat
it is designed to make it easier to use hashcat offering a friendly graphical user interface


Installation
  • Download a release

  • Extract

  • Execute
Changelog

Refer to CHANGELOG.md



DEMO:

https://i.postimg.cc/JnN314BW/hashcat-launcher-demo.gif

I hope you find it useful, if you have any request / feature to add, let me know
Enjoy 


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - undeath - 04-22-2020

not a GUI user myself but it's nice to see some competition in that area Smile And thanks for open-sourcing it.


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 04-22-2020

"it's nice to see some competition in that area"
not to reinvent the wheel, just didn't see any other software that do the same for linux (or any cross-platform app), that's mainly why hashcat.launcher came Smile
also a nice feature is that the hash type list is dynamic (there is no file where the hash types are stored or hardcoded) the hash type list is being generated based on your hashcat, so this make it works with newer versions containing new algos without the need to make any modification.

thanks for passing by


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 04-25-2020

v0.1.2 is now available !

[0.1.2] - 25/04/2020

Fixed:
  • Spelling errors

  • Fields were limited and can't type long arguments
Changed:
  • Hash Type search field is now fixed at the top

  • Merged appearanceScreen to optionsScreen
Added:
  • Mask attack supports hcmask files

  • Mask length counter

  • Help messages

Hope you all find this useful, if you got any requests/questions let me know


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 07-17-2020

Now Available v0.2.0 !

[0.2.0] - 17/07/2020

Changed:
  • hashcat min required version: v6.0.0
Added:
  • Can select a whole folder of dictionaries

  • Added few more extensions to the dictionary selection dialog's filter

  • Hardware Monitoring

PS: The hardware monitoring feature has not been tested as my system does not supports this :/ , anyway, kindly test this feature and report back any issues ^^


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 08-17-2020

Now Available v0.3.0 !

[0.3.0] - 17/08/2020

Changed:
  • Enhanced files selection for dictionaries and rules
Added:
  • FileBase Feature
Fixed:
  • Hardware Monitoring: Wrong hardware id
  • Hardware Monitoring: Missing some stats



RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 11-21-2020

a new version is available
v0.3.1: https://github.com/s77rt/hashcat.launcher/releases/tag/v0.3.1


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 12-21-2020

Now Available: v0.4.0

[0.4.0] - 21/12/2020
Changed:
- Search for hashtypes by hashcat mode (name and id)
- Tasks Journals now hold all the info

Added:
- Notifications Feature
- Priority Feature
- Restore Feature
- Get Info about a task
- Skip/Bypass an attack

IMPORTANT:
If you are upgrading from an older version make sure to go to Options and in Extra Args and remove: "--restore-disable" in order to make the restore feature work for new tasks.

Download release: https://github.com/s77rt/hashcat.launcher/releases/tag/v0.4.0


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - yangxin325 - 12-28-2020

(12-21-2020, 02:15 AM)s77rt Wrote:
Now Available: v0.4.0

[0.4.0] - 21/12/2020
Changed:
- Search for hashtypes by hashcat mode (name and id)
- Tasks Journals now hold all the info

Added:
- Notifications Feature
- Priority Feature
- Restore Feature
- Get Info about a task
- Skip/Bypass an attack

IMPORTANT:
If you are upgrading from an older version make sure to go to Options and in Extra Args and remove: "--restore-disable" in order to make the restore feature work for new tasks.

Download release: https://github.com/s77rt/hashcat.launcher/releases/tag/v0.4.0


hello

I was glad to see your contribution, but I had a problem and found that I could not re-enable the hack once I had paused it.


RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 12-28-2020

Hi yangxin325,
there is no hack, i think you meant to write task,
if a task has been paused after clicking the "Pause" button, you can "re-enable", resume the task by simply pressing the "Resume" button.