nuclei-templates/files/public-tomcat-instance.yaml

21 lines
375 B
YAML

id: public-tomcat-instance
info:
name: tomcat manager disclosure
author: Ahmed Sherif
severity: info
requests:
- method: GET
path:
- '{{BaseURL}}/manager/html'
- '{{BaseURL}}:8080/manager/html'
matchers-condition: and
matchers:
- type: word
words:
- Apache Tomcat
- type: status
status:
- 401