36 lines
813 B
YAML
36 lines
813 B
YAML
id: tomcat-exposed-docs
|
|
|
|
info:
|
|
name: Tomcat exposed docs
|
|
author: Podalirius
|
|
severity: info
|
|
metadata:
|
|
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: 490a004630440220798d1cdfa3e3031feaa86420096f74d3f28b9c3866aaaac755f5738149f2878f022028662b981de4c726a34eef9ea1bfcf35b84c824ebcadbf2b7d3500b2ffa977e8:922c64590222798bb761d5b6d8e72950
|