28 lines
605 B
YAML
28 lines
605 B
YAML
id: zerof-webserver-detect
|
|
|
|
info:
|
|
name: ZEROF Web Server Detect
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,zerof
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>ZEROF Web Server</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221008d4e58f07c26ee93b5e7957d14b708160a47ad0d6c007f57d595bfdd2a033c8c022100e2d808c744b5def96b0a6067936555c5dd9b54beebf5fa0a67fa2874243603c7:922c64590222798bb761d5b6d8e72950
|