2020-08-03 03:44:37 +00:00
|
|
|
id: wamp-xdebug-detect
|
|
|
|
|
|
|
|
info:
|
2023-02-06 21:37:35 +00:00
|
|
|
name: WAMP Xdebug - Detect
|
2020-08-03 03:44:37 +00:00
|
|
|
author: e_schultze_
|
|
|
|
severity: info
|
2023-02-06 21:37:35 +00:00
|
|
|
description: WAMP Xdebug was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/random-robbie/My-Shodan-Scripts/blob/1b01bceecc9be0b74b202f445874920eee48bba5/wamp-xdebug/wamp-xdebug.py
|
2023-02-06 21:37:35 +00:00
|
|
|
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
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: debug,config,wamp,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-08-03 03:44:37 +00:00
|
|
|
|
2023-04-27 04:28:59 +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
|