nuclei-templates/http/misconfiguration/unauth-opache-control-panel...

26 lines
598 B
YAML
Raw Normal View History

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}}"
- "{{BaseURL}}/ocp.php"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "Opcache Control Panel") && contains(body, "Reset") && contains(body, "Files")'
condition: and