2021-01-13 23:28:48 +00:00
|
|
|
id: public-tomcat-manager
|
2020-06-18 02:27:31 +00:00
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
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
|
2022-03-17 17:01:45 +00:00
|
|
|
description: An Apache Tomcat Manager panel was discovered.
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: panel,tomcat,apache
|
2020-06-18 02:27:31 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-06-18 02:27:31 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-12-29 13:40:59 +00:00
|
|
|
- "Apache Tomcat"
|
|
|
|
|
2020-06-18 02:27:31 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 401
|
2021-01-13 23:28:48 +00:00
|
|
|
- 200
|
|
|
|
condition: or
|
2022-03-17 17:01:45 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/16
|