Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify adding rules #18

Open
RaduNico opened this issue May 13, 2020 · 0 comments
Open

Simplify adding rules #18

RaduNico opened this issue May 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@RaduNico
Copy link
Owner

Adding new rules to the project is a fairly complex process that needs editing the rules file.

It should be possible to add rules from the backend administrative interface based on existing rule types. Current rule types are scrambler, wordlist, john, generated, mask_hashcat, filemask_hashcat.

Creating additional rule types will still be a process that needs editing files and code, but could be made easier by treating rules as generically as possible and adding specific code where needed, preferably in a separate file. Could be made even simpler by treating rule types as addable modules with standardized function calls.

@RaduNico RaduNico added the enhancement New feature or request label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant