nuclei-templates/misconfiguration/server-status.yaml

41 lines
831 B
YAML
Raw Normal View History

2022-09-06 09:16:51 +00:00
id: server-status
info:
name: Server Status Panel - Detect
2022-09-06 09:16:51 +00:00
author: DhiyaneshDK
2022-09-06 09:19:52 +00:00
severity: info
description: Server Status panel was detected.
2022-09-06 09:16:51 +00:00
reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5527767173953778/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-09-06 09:16:51 +00:00
metadata:
verified: true
shodan-query: title:"ServerStatus"
2022-09-09 11:05:09 +00:00
tags: misconfig,serverstatus
2022-09-06 09:16:51 +00:00
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
# Enhanced by md on 2023/02/06