37 lines
804 B
YAML
37 lines
804 B
YAML
id: event-debug-server-status
|
|
|
|
info:
|
|
name: Event Debug Server Status
|
|
author: pussycat0x
|
|
severity: low
|
|
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: 490a00463044022036c84bdf8a3d89975b5612fd653115ae12a8bbbf07f0882d217f8a01734a2b3a0220050a92c4cc1ae8ef412f6cedb5e72571f1419b5d8feae18be05627ae8ff39ab8:922c64590222798bb761d5b6d8e72950
|