2021-01-13 23:28:48 +00:00
|
|
|
id: public-tomcat-manager
|
2020-06-18 02:27:31 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-29 14:52:46 +00:00
|
|
|
name: Apache Tomcat Manager Login Panel - Detect
|
2022-11-11 16:45:43 +00:00
|
|
|
author: Ahmed Sherif,geeknik,sinKettu
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2022-11-29 14:52:46 +00:00
|
|
|
description: Apache Tomcat Manager login panel was detected.
|
2022-03-17 17:01:45 +00:00
|
|
|
classification:
|
2022-11-29 14:52:46 +00:00
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
2022-03-17 17:01:45 +00:00
|
|
|
cwe-id: CWE-200
|
2022-07-04 13:17:48 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: title:"Apache Tomcat"
|
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
|
|
|
|
2022-11-10 16:55:13 +00:00
|
|
|
matchers-condition: and
|
2020-06-18 02:27:31 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-11-26 16:11:31 +00:00
|
|
|
part: response
|
2020-06-18 02:27:31 +00:00
|
|
|
words:
|
2021-12-29 13:40:59 +00:00
|
|
|
- "Apache Tomcat"
|
2022-11-11 16:45:43 +00:00
|
|
|
- "Tomcat Manager"
|
|
|
|
condition: or
|
2021-12-29 13:40:59 +00:00
|
|
|
|
2020-06-18 02:27:31 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 401
|
2021-01-13 23:28:48 +00:00
|
|
|
- 200
|
|
|
|
condition: or
|
2022-11-29 14:52:46 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/28
|