34 lines
642 B
YAML
34 lines
642 B
YAML
id: phpmemcached-admin-panel
|
|
|
|
info:
|
|
name: phpMemcachedAdmin Panel
|
|
author: tess
|
|
severity: medium
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"phpMemcachedAdmin"
|
|
tags: phpmemcached,exposure,misconfig
|
|
|
|
http:
|
|
- 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.]+)"
|