nuclei-templates/misconfiguration/phpmemcached-admin-panel.yaml

33 lines
627 B
YAML

id: phpmemcached-admin-panel
info:
name: phpMemcachedAdmin Panel
author: tess
severity: medium
metadata:
verified: true
shodan-query: title:"phpMemcachedAdmin"
tags: phpmemcached,exposure,misconfig
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "phpMemcachedAdmin"
- "Execute Commands on Servers"
condition: and
case-insensitive: true
extractors:
- type: regex
part: body
group: 1
regex:
- "MemcachedAdmin ([0-9.]+)"