36 lines
852 B
YAML
36 lines
852 B
YAML
id: tomcat-exposed-docs
|
|
|
|
info:
|
|
name: Tomcat exposed docs
|
|
author: Podalirius
|
|
severity: info
|
|
metadata:
|
|
vendor: apache
|
|
product: tomcat
|
|
max-request: 1
|
|
shodan-query: title:"Apache Tomcat"
|
|
tags: version,tomcat,docs,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/docs/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Apache Tomcat'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<div class="versionInfo">[ \n\t]*(Version[ \n\t]*[^\n\t<]+)[ \n\t]*<time'
|
|
# digest: 4a0a00473045022100935d9f30c5788d709259fd41ae0eff8cd7f0f8157e93b2677f8398e17391d94202205b9404d8549de422f033c74f6270eaeecafa15e5c7b44fd55a08101e78d6c160:922c64590222798bb761d5b6d8e72950 |