23 lines
383 B
YAML
23 lines
383 B
YAML
id: public-tomcat-manager
|
|
|
|
info:
|
|
name: tomcat manager disclosure
|
|
author: Ahmed Sherif & geeknik
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/manager/html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- Apache Tomcat
|
|
- type: status
|
|
status:
|
|
- 401
|
|
- 200
|
|
condition: or
|