add tomcat manager disclosure (authenticated)

patch-1
Ahmed Eldemrdash 2020-06-18 04:27:31 +02:00
parent 48e9534630
commit 98ea151577
1 changed files with 19 additions and 0 deletions

19
files/tomcat.yaml Normal file
View File

@ -0,0 +1,19 @@
id: tomcat instance
info:
name: tomcat manager disclosure
author: Ahmed Sherif
severity: low
requests:
- method: GET
path:
- '{{BaseURL}}/manager/html'
- '{{BaseURL}}:8080/manager/html'
matchers:
- type: word
words:
- '"Unauthorized":'
- type: status
status:
- 401