nuclei-templates/exposed-panels/tomcat/tomcat-exposed-docs.yaml

31 lines
547 B
YAML
Raw Normal View History

id: tomcat-exposed-docs
info:
name: Tomcat exposed docs
author: Podalirius
severity: info
tags: version,tomcat,docs
requests:
- 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'