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

15 lines
217 B
YAML

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