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

33 lines
630 B
YAML
Raw Normal View History

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