24 lines
565 B
YAML
24 lines
565 B
YAML
id: default-nginx-page
|
|
|
|
info:
|
|
name: Nginx Default Test Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Welcome to nginx!"
|
|
tags: tech,nginx
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Welcome to nginx!</title>"
|
|
part: body
|
|
|
|
# digest: 4a0a0047304502201348b8cc075e9e20901c2587151c16c64f3b39379af42137e16f5ce6103c12c0022100b961cc4ac18b31f374d858c680b035c0c95f1be3ada26d63f296be5088350313:922c64590222798bb761d5b6d8e72950
|