nuclei-templates/http/technologies/default-ssltls-test-page.yaml

22 lines
469 B
YAML

id: default-ssltls-test-page
info:
name: SSL/TLS-aware Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Test Page for the SSL/TLS-aware Apache Installation on Web Site"
tags: tech,ssltls
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<TITLE>Test Page for the SSL/TLS-aware Apache Installation on Web Site</TITLE>"
part: body