Skip to content

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

@rixvet

Description

@rixvet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions