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

20 lines
474 B
YAML
Raw Normal View History

2020-08-03 03:44:37 +00:00
id: wamp-xdebug-detect
info:
name: WAMP xdebug
author: e_schultze_
severity: info
2021-03-12 08:57:14 +00:00
reference: https://github.com/random-robbie/My-Shodan-Scripts/blob/1b01bceecc9be0b74b202f445874920eee48bba5/wamp-xdebug/wamp-xdebug.py
tags: debug,config
2020-08-03 03:44:37 +00:00
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