nuclei-templates/http/technologies/apache/default-apache2-page.yaml

22 lines
406 B
YAML

id: default-apache2-page
info:
name: Apache2 Default Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Apache2 Debian Default Page:"
tags: tech,apache
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Apache2 Debian Default Page: It works</title>"
part: body