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

21 lines
391 B
YAML
Raw Normal View History

2021-05-30 14:47:07 +00:00
id: default-apache2-page
info:
name: Apache2 Default Test Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Apache2 Debian Default Page:"
2021-05-31 04:51:03 +00:00
tags: tech,apache
2021-05-30 14:47:07 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-05-31 04:51:03 +00:00
2021-05-30 14:47:07 +00:00
matchers:
- type: word
words:
- "<title>Apache2 Debian Default Page: It works</title>"
2021-05-31 04:51:03 +00:00
part: body