Update and rename phpMemcachedAdmin-panel.yaml to phpmemcached-admin-panel.yaml
parent
67611d93ae
commit
e7912a8f05
|
@ -1,13 +1,13 @@
|
|||
id: phpMemcachedAdmin-panel
|
||||
id: phpmemcached-admin-panel
|
||||
|
||||
info:
|
||||
name: phpMemcachedAdmin Panel
|
||||
author: tess
|
||||
severity: high
|
||||
severity: medium
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"phpMemcachedAdmin 1.2.2"
|
||||
tags: memcached,php,panel,exposure
|
||||
shodan-query: title:"phpMemcachedAdmin"
|
||||
tags: panel,phpmemcached,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -19,16 +19,14 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "phpMemcachedAdmin 1.2.2"
|
||||
- "phpMemcachedAdmin"
|
||||
- "Execute Commands on Servers"
|
||||
- "Edit Configuration"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- "phpMemcachedAdmin ([0-9.]+)"
|
Loading…
Reference in New Issue