2023-10-20 12:24:27 +00:00
|
|
|
id: opache-control-panel
|
2023-10-16 20:00:54 +00:00
|
|
|
|
|
|
|
info:
|
2023-10-20 12:24:27 +00:00
|
|
|
name: Opache control Panel - Unauthenticated Access
|
2023-10-16 20:00:54 +00:00
|
|
|
author: pussycat0x
|
2023-10-20 12:24:27 +00:00
|
|
|
severity: medium
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Opache control Panel is exposed.
|
2023-10-16 20:00:54 +00:00
|
|
|
metadata:
|
2023-10-20 12:24:27 +00:00
|
|
|
verified: true
|
2023-10-22 12:16:24 +00:00
|
|
|
max-request: 2
|
2023-10-20 12:24:27 +00:00
|
|
|
shodan-query: http.title:"Opcache Control Panel"
|
|
|
|
tags: misconfig,opache,exposure
|
2023-10-16 20:00:54 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-10-20 12:09:22 +00:00
|
|
|
- "{{BaseURL}}"
|
2023-10-16 20:00:54 +00:00
|
|
|
- "{{BaseURL}}/ocp.php"
|
|
|
|
|
2023-10-20 12:09:22 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-16 20:00:54 +00:00
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2023-10-20 12:24:27 +00:00
|
|
|
- 'contains_all(body, "Opcache Control Panel", "Reset", "Files")'
|
2023-10-20 12:09:22 +00:00
|
|
|
condition: and
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502205492a821f26637770551bb717e0acb0484ee99d0e471dcb1b489c6aa4920415502210098ffbf6a39080639f1651d94ca81283d19ab6e5e63dba778dc5a5a0dc3322ce7:922c64590222798bb761d5b6d8e72950
|