Posts: 53
Threads: 3
Joined: Apr 2020
04-21-2020, 05:29 PM
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
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
Posts: 2,301
Threads: 11
Joined: Jul 2010
not a GUI user myself but it's nice to see some competition in that area
And thanks for open-sourcing it.
Posts: 53
Threads: 3
Joined: Apr 2020
04-22-2020, 02:06 AM
(This post was last modified: 04-22-2020, 02:09 AM by s77rt.)
"
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
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
Posts: 53
Threads: 3
Joined: Apr 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
Posts: 53
Threads: 3
Joined: Apr 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 ^^
Posts: 53
Threads: 3
Joined: Apr 2020
Now Available
v0.3.0 !
[0.3.0] - 17/08/2020
Changed:- Enhanced files selection for dictionaries and rules
Added:
Fixed:- Hardware Monitoring: Wrong hardware id
- Hardware Monitoring: Missing some stats
Posts: 53
Threads: 3
Joined: Apr 2020
Posts: 53
Threads: 3
Joined: Apr 2020
12-21-2020, 02:15 AM
(This post was last modified: 12-21-2020, 02:16 AM by s77rt.)
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.launche...tag/v0.4.0
Posts: 2
Threads: 0
Joined: Dec 2020
12-28-2020, 04:57 PM
(This post was last modified: 12-28-2020, 04:59 PM by yangxin325.)
(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.launche...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.
Posts: 53
Threads: 3
Joined: Apr 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.