19 lines
371 B
YAML
19 lines
371 B
YAML
|
id: default-jetty-page
|
||
|
|
||
|
info:
|
||
|
name: Jetty Default Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,jetty
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Powered+By+Jetty%22
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<TITLE>Powered By Jetty</TITLE>"
|
||
|
part: body
|