Opache control Panel - Unauthenticated Access
parent
fae99dea62
commit
f9f884fca1
|
@ -0,0 +1,23 @@
|
|||
id: unauth-opache-control-panel
|
||||
|
||||
info:
|
||||
name: Opache control Panel - Unauthenticated Access
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
metadata:
|
||||
shodan-query: http.title:"Opcache Control Panel"
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: opache,config,exposure,status
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ocp.php"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains(body, "Opcache Control Panel") && contains(body, "Reset") && contains(body, "Files")'
|
||||
condition: and
|
Loading…
Reference in New Issue