Create zerof-webserver-detect.yaml

patch-1
Prince Chaddha 2022-02-22 14:07:24 +05:30 committed by GitHub
parent d5b600a2a1
commit 1067d2c910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

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