Akeeba Backup Installer - Exposure
ID: akeeba-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,akeeba,install,exposure
Description
Section titled “Description”Akeeba Backup is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”id: akeeba-installer
info: name: Akeeba Backup Installer - Exposure author: DhiyaneshDK severity: high description: Akeeba Backup is susceptible to the Installation page exposure due to misconfiguration. metadata: verified: true max-request: 1 shodan-query: html:"Akeeba Backup" tags: misconfig,akeeba,install,exposure
http: - method: GET path: - '{{BaseURL}}/installation/index.php'
matchers-condition: and matchers: - type: word part: body words: - 'Akeeba Backup Installer'
- type: status status: - 200# digest: 490a004630440220419e7798ba3d6331662be17970c497d16a22983d9084547261803c32bb536ae002205edec29becd6854d09a3ffd094612913fc33c9936a1d2bb13e6eb5e34869bdaf:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/akeeba-installer.yaml"