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

19 lines
486 B
YAML
Raw Normal View History

2021-05-30 17:50:45 +00:00
id: default-ssltls-test-page
info:
name: SSL/TLS-aware Test Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
tags: tech,ssltls
2021-05-30 17:50:45 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22Test+Page+for+the+SSL%2FTLS-aware+Apache+Installation+on+Web+Site%22&page=2
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<TITLE>Test Page for the SSL/TLS-aware Apache Installation on Web Site</TITLE>"
2021-05-31 04:51:03 +00:00
part: body