nuclei-templates/http/misconfiguration/wamp-xdebug-detect.yaml

28 lines
693 B
YAML
Raw Normal View History

2020-08-03 03:44:37 +00:00
id: wamp-xdebug-detect
info:
name: WAMP Xdebug - Detect
2020-08-03 03:44:37 +00:00
author: e_schultze_
severity: info
description: WAMP Xdebug was detected.
reference:
- https://github.com/random-robbie/My-Shodan-Scripts/blob/1b01bceecc9be0b74b202f445874920eee48bba5/wamp-xdebug/wamp-xdebug.py
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: debug,config,wamp,misconfig
metadata:
max-request: 1
2020-08-03 03:44:37 +00:00
http:
2020-08-03 03:44:37 +00:00
- method: GET
path:
- "{{BaseURL}}/?phpinfo=-1"
matchers:
- type: word
words:
- 'xdebug.remote_connect_back</td><td class="v">On</td><td class="v">On</td>'
part: body