Create phpMemcachedAdmin-panel.yaml

patch-1
Arman 2022-11-16 18:44:42 -05:00 committed by GitHub
parent 42230110cd
commit 67611d93ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: phpMemcachedAdmin-panel
info:
name: phpMemcachedAdmin Panel
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"phpMemcachedAdmin 1.2.2"
tags: memcached,php,panel,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "phpMemcachedAdmin 1.2.2"
- "Execute Commands on Servers"
- "Edit Configuration"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200