Merge pull request #3749 from projectdiscovery/zerof-webserver-detect

Create zerof-webserver-detect.yaml
patch-1
Prince Chaddha 2022-02-22 14:11:44 +05:30 committed by GitHub
commit 821e0b96b4
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