You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Allow existing templates to be edited or cloned. Sometimes a template needs just a small change, e.g. timeout and running a whole new job with fresh (not in the potfile) hashes can be time consuming.
Documented steps for modifying the on-disk JSON files would be and adequate workaround.
The text was updated successfully, but these errors were encountered:
Thanks for raising this. The template json files are stored in /var/crackq/logs/templates and the file names are hex representations of the uuid. So if you go to 'Q Task' from the home dashboard in the GUI you will see a list of available templates and their corresponding UUIDs, you can usually eyeball the hex version of the UUID or you can use the following python snippet if you prefer:
Describe the feature
Allow existing templates to be edited or cloned. Sometimes a template needs just a small change, e.g. timeout and running a whole new job with fresh (not in the potfile) hashes can be time consuming.
Documented steps for modifying the on-disk JSON files would be and adequate workaround.
The text was updated successfully, but these errors were encountered: