28 lines
749 B
YAML
28 lines
749 B
YAML
id: opache-control-panel
|
|
|
|
info:
|
|
name: Opache control Panel - Unauthenticated Access
|
|
author: pussycat0x
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"Opcache Control Panel"
|
|
tags: misconfig,opache,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/ocp.php"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_all(body, "Opcache Control Panel", "Reset", "Files")'
|
|
condition: and
|
|
|
|
# digest: 490a0046304402200dc418f68724d9828a2047b5c49a05682cd0121b12f4bf74295913517fb53e1a02200503b7fb86f474909081135a8b895af0b78fca0c48a53b05e95912e6dad2c140:922c64590222798bb761d5b6d8e72950
|