Added template for apache tomcat web application exposed documentation page (#3922)
parent
a70593076e
commit
457f054e81
|
@ -0,0 +1,30 @@
|
|||
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'
|
Loading…
Reference in New Issue