hashcat.launcher is available! (an alternative to hashcatGUI)
#41
Hi..s77rt
The format conversion tool supports importing multiple files at the same time (now only one file is limited)
Reply
#42
No, the cap to hcwpax tool only accept one file at once
I don't see the point to make it accept multiple files as at the end you will have to create a task for each file separately
unless you want to use the same attack, first merge the cap files into one file then use the tool.

to merge the cap files you can use the mergecap tool from wireshark
Reply
#43
Hello! I'm reading the board since a long time ago. But I've registered recently because I'm interested in try this great tool.
1/ I've unzipped hashcat 6.2.5 in a folder called hashcat-6.2.5
2/ I put inside this folder hashcat.launcher.exe (v1.1.0)

I get the error hashcat not found. If I move the same executable inside the other hashcat folder the result is the same.

What I'm doing wrong? Thanks in advance.
Reply
#44
Hi!
Just rename the hashcat folder to hashcat.

(hashcat.launcher should be alongside hashcat folder and not inside)
Reply
#45
Thanks for reply man, but still undetected
https://i.imgur.com/9qHMSxK.jpg?1

I don't know if normal when I run the launcher make a new folder called hashcat
Reply
#46
hashcat should be in the same folder as hashcat.launcher
https://i.postimg.cc/ht9cDmcx/Screenshot...-49-48.png
Reply
#47
Thanks for the helps, I give up. I can't launch it in windows 10. All together in the same place but it hasn't detected anyway after launch the app. Regards.
Reply
#48
you last screenshot showed that hashcat.launcher was inside hashcat and that's not the correct setup
hashcat.launcher should be in the same folder as hashcat folder, but not inside it
Reply
#49
Hi s77rt I commend you on building this launcher.
As a newbie though I am struggling with how to use it.

Where and how do I specify the txt file I want to attack?

I appreciate that this is a GUI to replace the need for cmd line scripts. However, it would be handy if you displayed the line script say at the top as your GUI is building it.

Also note that the brute force attack is missing under attacks.  Any reason why?

Thank you
Reply
#50
Hi GWN,
here how it works.
after you download hashcat.launcher and run it, few files and folders will be created.
the first thing you want to do is to copy hashcat to hashcat.launcher, the structure should look like similar to this:
[Image: hashat-launcher-with-hashcat.gif]


After that, copy your hashes file to hashcat/hashes directory
(optionally: copy also dictionaries, rules, etc...)
then in the GUI, there is 5 steps: Target, Attack, Advanced, Output, Finalize
in Target step: choose your Hash and it's corresponding Algorithm
in Attack step: configure your attack, for the "brute force" attack behaviour select Mask Attack
in Advanced step: you can skip this (you can use it for advanced configurations such as device selection, etc...)
in Output step: select the output file and format
in Finalize step: click on Create Task (you can also specify a priority for the created task)

Created tasks can be accessed by using the sidebar navigation.
You can view the tasks command line that they were built with by clicking on the "Arguments" button

You can also check this GIF for an overview:
[Image: preview.gif?raw=true]
Reply