lachlan2k / phatcrack

Modern web-based distributed hashcracking solution, built on hashcat
MIT License
109 stars 8 forks source link

Job Templates #6

Open lachlan2k opened 1 year ago

lachlan2k commented 1 year ago

Users should be able eto create job templates. I.e. "this wordlist + this rules" or "this mask attack".

Even better if they can be done in a batch. For example, if I can click a handful of buttons, chuck in some NTLM hashes, and I'm off to the races cracking with 3 different techniques, that would be amazing.

This can likely be mostly frontend-driven. API endpoints can be used to serve up preconfigured hashcat_params, which the frontend can then apply to the wizard, etc.

TheraNinjaCat commented 2 weeks ago

Has there been any progress on this feature? It seems similar to #41. Another potential improvement could be supporting multiple masks or a maskfile as a single attack, which would allow, in effect, queuing multiple mask jobs into a single job.

lachlan2k commented 2 weeks ago

Currently I'm working on a more generic file upload mechanism, so as well as uploading wordlists, rules, etc. you'll be able to upload maskfiles, which should hopefully help alleviate this and #16 .

After that, I'll be implementing #17 and then after that I'll be looking at templates :)