28 lines
688 B
YAML
28 lines
688 B
YAML
id: wamp-xdebug-detect
|
|
|
|
info:
|
|
name: WAMP Xdebug - Detect
|
|
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
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by md on 2023/02/06
|