Create default-tomcat-page.yaml
parent
e713e6e9a4
commit
3e0cc1e116
|
@ -0,0 +1,18 @@
|
||||||
|
id: default-tomcat-page
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Tomcat Default Page
|
||||||
|
author: dhiyaneshDk
|
||||||
|
severity: low
|
||||||
|
tags: default,exposure
|
||||||
|
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"
|
||||||
|
condition: and
|
Loading…
Reference in New Issue