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

25 lines
435 B
YAML
Raw Normal View History

id: public-tomcat-manager
info:
name: 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
2021-04-06 07:25:57 +00:00
tags: panel
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