add tomcat manager disclosure (authenticated)
parent
48e9534630
commit
98ea151577
|
@ -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
|
Loading…
Reference in New Issue