nuclei-templates/exposed-panels/apache/public-tomcat-manager.yaml

31 lines
591 B
YAML
Raw Normal View History

id: public-tomcat-manager
info:
name: Apache Tomcat Manager Disclosure
2021-06-09 12:20:56 +00:00
author: Ahmed Sherif,geeknik
2020-08-03 21:52:00 +00:00
severity: info
description: An Apache Tomcat Manager panel was discovered.
classification:
cwe-id: CWE-200
tags: panel,tomcat,apache
requests:
- method: GET
path:
- '{{BaseURL}}/manager/html'
2021-02-01 10:01:15 +00:00
- '{{BaseURL}}/host-manager/html'
2021-01-14 14:41:56 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Apache Tomcat"
- type: status
status:
- 401
- 200
condition: or
# Enhanced by mp on 2022/03/16