WordPress Debug Log - Exposure
ID: wp-debug-log
Severity: low
Author: geraldino2,dwisiswant0,philippedelteil,FLX
Tags: wp,wordpress,log,exposure
Description
Section titled “Description”Exposed Wordpress debug log.
YAML Source
Section titled “YAML Source”id: wp-debug-log
info: name: WordPress Debug Log - Exposure author: geraldino2,dwisiswant0,philippedelteil,FLX severity: low description: Exposed Wordpress debug log. metadata: max-request: 4 tags: wp,wordpress,log,exposure
http: - method: GET path: - "{{BaseURL}}/{{paths}}/debug.log"
payloads: paths: - 'wp-content' - 'wordpress' - 'wp' - 'blog'
stop-at-first-match: true host-redirects: true max-redirects: 3 max-size: 5000 matchers-condition: and matchers: - type: dsl dsl: - 'regex("[[0-9]{2}-[a-zA-Z]{3}-[0-9]{4} [0-9]{2}:[0-9]{2}:[0-9]{2} [A-Z]{3}] PHP", body)' - 'contains_any(body, "PHP Warning:", "PHP Notice:", "Undefined array", "Undefined variable")' - 'status_code == 200' condition: and
extractors: - type: dsl dsl: - to_string(content_length)+ " bytes"# digest: 490a00463044022021ec7827a42ff27e8a7fc994497ca6ab5534143f2793d0130d1fe35d739694180220057d84f54cd498c9673af7360fc84d2c49002ebf004042ea662e9f32e11debe0: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/vulnerabilities/wordpress/wordpress-debug-log.yaml"