36 lines
870 B
YAML
36 lines
870 B
YAML
id: event-debug-server-status
|
|
|
|
info:
|
|
name: Event Debug Server Status
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Exposes server status,logs and internal information.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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.]+)'
|
|
# digest: 490a0046304402204f68b5b287fd6643af9338f772846c3c6a47001eb7c6b75219e57698c89697e002200b59170f8b9f236100afdf1730ce51f2f414e1094bd8f23d207b2ee475abbda1:922c64590222798bb761d5b6d8e72950 |