19 lines
396 B
YAML
19 lines
396 B
YAML
|
id: default-plesk-page
|
||
|
|
||
|
info:
|
||
|
name: Plesk Default Test Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,plesk
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Web+Server%27s+Default+Page%22
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Web Server's Default Page</title>"
|
||
|
part: body
|