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

21 lines
454 B
YAML

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