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
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?
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:
keys: ['.*,regexp']
type: 'cookie'
The text was updated successfully, but these errors were encountered: