nuclei/integration_tests/protocols/http/get-all-ips.yaml

15 lines
213 B
YAML

id: get-all-ips
info:
name: Basic GET Request on all IPS
author: pdteam
severity: info
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "ok"