mirror of https://github.com/daffainfo/nuclei.git
19 lines
353 B
YAML
19 lines
353 B
YAML
id: interactsh-integration-test
|
|
|
|
info:
|
|
name: Interactsh Integration Test
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
headers:
|
|
url: 'http://{{interactsh-url}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http" |