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

Modify/Remove modules e.g. 'html' and 'http-named', 'remove-email' should have add module equivalent #27

Open
rixvet opened this issue Feb 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rixvet
Copy link
Member

rixvet commented Feb 2, 2022

Not all modules have a Add 'equivalent:

For example:

    --hex                           Replace lines like: $HEX[41424344] with ABCD.
    --html                          Replace lines like: şifreyok with şifreyok.
    --html-named                    Replace lines like: &#alpha; Those structures are more like passwords, so
                                    be careful to enable this option.
    --non-ascii                     Replace non ascii char with their replacement letters. For example ü
                                    becomes u, ç becomes c.

Remove modules (remove specific parts of a line):
    --remove-strip-punctuation      Remove starting and trailing punctuation
    --remove-punctuation            Remove all punctuation in a line
    --remove-email                  Enable email filter, this will catch strings like
                                    1238661:test@example.com:password

When creating dictionaries it's sometimes useful to keep both variants available.

Suggestions:

  • It could make sense to auto-generate the 'Add' equivalent in code.
@zyronix zyronix added the enhancement New feature or request label Feb 17, 2022
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

2 participants