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

26 lines
408 B
YAML
Raw Normal View History

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