Posts: 20 Threads: 0 Joined: N/A August 14, 2022 at 6:43 AM This Web Interface for Hashcat developed in Python. This project aims to keep the GUI and Hashcat independent. In a nutshell, here's how it works: - User uploads hashes, selects wordlist/rules/mask etc, and clicks "start".
- Web server spawns a new screen.
- Generates the hashcat command based on the settings.
- Runs the command in the screen.
- Monitors the screen's output, parses it, and displays in the GUI.
This allows tools to be future-proof as it ties to the input/output of Hashcat. Also, if the GUI is not working for whatever reason, hashcat will keep running. Hidden Content You must register or login to view this content. Posts: 188 Threads: 0 Joined: N/A August 14, 2022 at 6:53 AM Very nice, does this have support for queueing multiple attacks? Posts: 20 Threads: 0 Joined: N/A August 14, 2022 at 7:11 AM (August 14, 2022, 06:53 AM)God Wrote: Very nice, does this have support for queueing multiple attacks? Not a solution for queueing jobs, it's only for on-demand password cracking. Posts: 4 Threads: 0 Joined: N/A August 17, 2022 at 4:55 PM (August 14, 2022, 06:43 AM)vicky88 Wrote:
This Web Interface for Hashcat developed in Python. This project aims to keep the GUI and Hashcat independent. In a nutshell, here's how it works:- User uploads hashes, selects wordlist/rules/mask etc, and clicks "start".
- Web server spawns a new screen.
- Generates the hashcat command based on the settings.
- Runs the command in the screen.
- Monitors the screen's output, parses it, and displays in the GUI.
This allows tools to be future-proof as it ties to the input/output of Hashcat. Also, if the GUI is not working for whatever reason, hashcat will keep running.
I will test
I will test that
(August 14, 2022, 06:43 AM)vicky88 Wrote:
This Web Interface for Hashcat developed in Python. This project aims to keep the GUI and Hashcat independent. In a nutshell, here's how it works:- User uploads hashes, selects wordlist/rules/mask etc, and clicks "start".
- Web server spawns a new screen.
- Generates the hashcat command based on the settings.
- Runs the command in the screen.
- Monitors the screen's output, parses it, and displays in the GUI.
This allows tools to be future-proof as it ties to the input/output of Hashcat. Also, if the GUI is not working for whatever reason, hashcat will keep running.
Ty Posts: 3 Threads: 0 Joined: N/A August 29, 2022 at 9:58 AM thaaaanks Posts: 64 Threads: 0 Joined: N/A August 29, 2022 at 1:46 PM Thanks Posts: 110 Threads: 0 Joined: N/A August 31, 2022 at 2:53 AM mmmm.. need to try this one Posts: 8 Threads: 0 Joined: N/A September 3, 2022 at 6:25 PM woow thanks friend Posts: 14 Threads: 0 Joined: N/A September 4, 2022 at 8:53 AM (August 14, 2022, 06:43 AM)vicky88 Wrote:
This Web Interface for Hashcat developed in Python. This project aims to keep the GUI and Hashcat independent. In a nutshell, here's how it works:- User uploads hashes, selects wordlist/rules/mask etc, and clicks "start".
- Web server spawns a new screen.
- Generates the hashcat command based on the settings.
- Runs the command in the screen.
- Monitors the screen's output, parses it, and displays in the GUI.
This allows tools to be future-proof as it ties to the input/output of Hashcat. Also, if the GUI is not working for whatever reason, hashcat will keep running. Posts: 5 Threads: 0 Joined: N/A September 9, 2022 at 2:28 PM thanksssss |