nuclei-templates/http/exposures/logs/event-debug-server-status.yaml

35 lines
611 B
YAML

id: event-debug-server-status
info:
name: Event Debug Server Status
author: pussycat0x
severity: low
metadata:
max-request: 1
verified: true
shodan-query: title:"Event Debug Server"
tags: event,exposure,debug
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<h1>Event Debug Server Status</h1>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version: <tt>([0-9.]+)'