2020-07-02 13:53:41 +00:00
|
|
|
id: tomcat-manager-pathnormalization
|
|
|
|
info:
|
|
|
|
name: Tomcat Manager Path Normalization
|
|
|
|
author: organiccrap
|
|
|
|
severity: info
|
2020-07-06 08:27:46 +00:00
|
|
|
# https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf
|
2020-07-02 13:53:41 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/..;/manager/html'
|
2021-02-01 10:01:15 +00:00
|
|
|
- '{{BaseURL}}/..;/host-manager/html'
|
2020-07-02 13:53:41 +00:00
|
|
|
headers:
|
|
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- username="tomcat" password="s3cret"
|
|
|
|
- manager-gui
|
|
|
|
condition: and
|