Merge pull request #5321 from projectdiscovery/server-status

Create server-status.yaml
patch-1
Prince Chaddha 2022-09-09 16:39:04 +05:30 committed by GitHub
commit 56b40067b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: server-status
info:
name: ServerStatus Exposure
author: DhiyaneshDK
severity: info
reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5527767173953778/
metadata:
verified: true
shodan-query: title:"ServerStatus"
tags: misconfig,serverstatus
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>ServerStatus</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200