nuclei-templates/technologies/default-tomcat-page.yaml

19 lines
360 B
YAML
Raw Normal View History

2021-05-30 15:55:13 +00:00
id: default-tomcat-page
info:
name: Tomcat Default Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
tags: tech,tomcat
2021-05-30 15:55:13 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22Apache+Tomcat%22
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Apache Tomcat"
2021-05-31 04:51:03 +00:00
part: body