Hashcat hashcat.launcher is available! (an alternative to hashcatGUI)

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
as stated in the error message this is due to the missing gtk3 libraries (dev libraries)
try
Code:
apt-get install libgtk-3-dev
 

pasnger57

Active member
Contributor
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
as stated in the error message this is due to the missing gtk3 libraries (dev libraries)
try
Code:
apt-get install libgtk-3-dev
and see i did not know that as it stated that gtk+-3.0 was missing
libgtk-3-dev


thsi is whare some times my eyes and brain Glaze over
 

pasnger57

Active member
Contributor
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
libgtk-3-dev is already the newest version (3.24.24-4).

and now i get
go build
# github.com/go-gl/glfw/v3.3/glfw
/usr/bin/ld: cannot find -lXxf86vm
collect2: error: ld returned 1 exit status
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
hmm another library is probably missing too
Code:
apt-get install xorg-dev
 

pasnger57

Active member
Contributor
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
hmm another library is probably missing too
Code:
apt-get install xorg-dev
ok if i have this many library missing
and im Running Kali fully updated (sudo apt-get update && upgrade -y )
gnome
xfer
as a gui
lightdm service
my need to give more deletes on all the prerequisite for your gui on the git
although i find that the the GUI is good for a single pc and not so good/necessary for running whit a pool
its more or less novelty for me to git it to work and im trying to explorer more with the os i have and other packets that are out there its hard to keep track of all ,,,
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
those missing libraries are not really prerequisites to run hashcat.launcher
they are prerequisites to compile hashcat.launcher (and to compile pretty much any other software)
 

pasnger57

Active member
Contributor
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
to be full its the 1st time i ever used a .go anything
im use to gcc
or gcc++
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
New version is available!

[0.5.2] 28/06/2021
Changed:
hashcat min required version: v6.2.1
Added:
Markov options (#31)
Two buttons to add & select dictionaries in one click
Fixed:
A versioning typo
 

monteiro

Active member
Joined
Jul 9, 2021
Messages
26
Reaction score
9
Credits
201
New version is available!

[0.5.2] 28/06/2021
Changed:
hashcat min required version: v6.2.1
Added:
Markov options (#31)
Two buttons to add & select dictionaries in one click
Fixed:
A versioning typo
Hi, hashC,co.uk
Running 0.5.2 on Fedora 34 without problem but, after creating a task and run it the error: "clGetDeviceIDs(): CL_DEVICE_NOT_FOUND. No devices found/left." appears and the task does not run.
When running hashcat from terminal there is no such error, just some warnings. My machine is a laptop with intel® Core i5-9300H CPU @ 2.40GHz × 8

Thanks for your good work
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
Hi,
try this: in hashcat.launcher -> New Task -> Options, Devices and Monitor
Uncheck "Enable optimized kernel"
Check "Ignore warnings (not recommended)"

if this didn't work, try also changing the devices to be used from GPU to CPU (you will find the option in the same tab)
 

karkajoi

Active member
Contributor
Joined
Dec 30, 2019
Messages
856
Reaction score
313
Credits
1,625
Is it possible to add an option
QIP Shot - Screen 182.png
So that you could manually choose which cards to use
I have cards that are different in memory capacity.They do not work together with large lists/hash or brute force
If there is such an option, tell me where to find it
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
please see
there is also attached compiled binaries (dev) .. (this will be included in the next release as well)
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
a new version (pre-release) is available

[1.0.0-alpha] 12/12/2021

Changed:
refactored the code
design

Added:
Filter/Select devices by id (#40)
Tools section

Screenshot:
Screenshot from 2021-12-12 20-58-38.png

Get the preview version now:
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
Beta is available!
[1.0.0-beta] 20/12/2021
Changed:
Exhausted status color to pink (#58)
Export configs to /exported directory (#59)
Added:
Allow loading files from symlinks
Allow preserving task config
Import/Export task config feature
Auto load existing .restore files
Queued tasks system
Delete task from tasks list
Fixed:
Missing hybrid attacks
Mask file input not displaying the correct set value
Arguments list not scrollable (#56)


Preview:
https://raw.githubusercontent.com/s77rt/hashcat.launcher/v1.0.0-beta/docs/screenshots/preview.gif

Download:
 
Last edited by a moderator:

Nussknacker

Active member
Joined
Apr 19, 2021
Messages
74
Reaction score
70
Credits
536
@HashRecovery

first of all thank you for the new version.
2 questions about it.

1.
Why is there no light design or can you switch somewhere between dark and light?

2.
Why is there no more remaining time display?
 

HashRecovery

Active member
Contributor
Joined
Dec 30, 2019
Messages
1,476
Reaction score
157
Credits
671
i have pushed an update for the missing started time and eta.
startedandeta.gif
as for the light theme, due to some dependencies multi-theme feature cannot be added now
 
Top