nuclei/integration_tests/protocols/http/interactsh-requests-mc-and.yaml

27 lines
517 B
YAML
Raw Permalink Normal View History

2023-08-18 02:49:05 +05:30
id: interactsh-requests-mc-and
info:
name: interactsh multi request matcher condition
author: pdteam
severity: info
2024-04-03 17:25:12 +05:30
http:
2023-08-18 02:49:05 +05:30
- raw:
- |
GET /api/geoping/{{interactsh-url}} HTTP/1.1
Host: {{Hostname}}
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
words:
- "dns"
- type: dsl
dsl:
- "status_code_2 == 200"