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) - CUwindows00 - 12-28-2021 Hi..s77rt The format conversion tool supports importing multiple files at the same time (now only one file is limited) RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 12-28-2021 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 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - t0nymac - 01-25-2022 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. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 01-26-2022 Hi! Just rename the hashcat folder to hashcat. (hashcat.launcher should be alongside hashcat folder and not inside) RE: hashcat.launcher is available! (an alternative to hashcatGUI) - t0nymac - 01-27-2022 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 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 01-27-2022 hashcat should be in the same folder as hashcat.launcher https://i.postimg.cc/ht9cDmcx/Screenshot-from-2022-01-27-13-49-48.png RE: hashcat.launcher is available! (an alternative to hashcatGUI) - t0nymac - 01-27-2022 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. RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 01-28-2022 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 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - GWN - 04-27-2022 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 RE: hashcat.launcher is available! (an alternative to hashcatGUI) - s77rt - 04-27-2022 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: 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: |