Event Debug Server Status
ID: event-debug-server-status
Severity: low
Author: pussycat0x
Tags: event,exposure,debug
Description
Section titled “Description”Exposes server status,logs and internal information.
YAML Source
Section titled “YAML Source”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: 4b0a004830460221008e5790c090b6e925e91a551eff0f99a94d369b82209ebb4f55c75c4daf9ab48b0221009fbba7c39af7760480249cdfe1c120ebe500de8d0f2e380df7bbf62f976e1b4d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/logs/event-debug-server-status.yaml"