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

Regexp separated by ':' or by ',' ?? #1086

Open
stackerofwheat opened this issue Jun 27, 2024 · 1 comment
Open

Regexp separated by ':' or by ',' ?? #1086

stackerofwheat opened this issue Jun 27, 2024 · 1 comment

Comments

@stackerofwheat
Copy link

In the Phishlet Format Guide for v3.0.0 there are examples of the regexp modifier being separated by both a colon and a comma. I included the examples below. Will both work or is only one correct?

COLON EXAMPLE:
'frog-[0-9]{3}:regexp'

COMMA EXAMPLE:
auth_tokens:

  • domain: '.company.com'
    keys: ['.*,regexp']
    type: 'cookie'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@stackerofwheat and others