mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:55:28 +00:00
* fix or condition match even interactsh includes as matcher-part (#3350) * add integration test * add new template to integration test * matcher-condtion: test case for both conditions * fix lint errors * upgrade dependencies --------- Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
23 lines
380 B
YAML
23 lines
380 B
YAML
id: default-matcher-condition
|
|
|
|
info:
|
|
name: default-matcher-condition
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /?action=curltest&url={{interactsh-url}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|