21 lines
439 B
YAML
21 lines
439 B
YAML
id: nginx-linux-page
|
|
|
|
info:
|
|
name: Nginx HTTP Server Amazon Linux
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Test Page for the Nginx HTTP Server on Amazon Linux"
|
|
tags: tech,nginx,amazon
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Test Page for the Nginx HTTP Server on Amazon Linux</title>'
|
|
condition: and
|