nuclei-templates/http/technologies/zerof-webserver-detect.yaml

26 lines
408 B
YAML

id: zerof-webserver-detect
info:
name: ZEROF Web Server Detect
author: princechaddha
severity: info
tags: tech,zerof
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>ZEROF Web Server</title>"
- type: status
status:
- 200