nuclei-templates/exposed-panels/wampserver-homepage.yaml

27 lines
458 B
YAML

id: wampserver-homepage
info:
name: WAMPSERVER Homepage
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"WAMPSERVER Homepage"
tags: panel,wampserver
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>WAMPSERVER Homepage</title>"
- type: status
status:
- 200