28 lines
507 B
YAML
28 lines
507 B
YAML
|
id: akeeba-installer
|
||
|
|
||
|
info:
|
||
|
name: Akeeba Backup Installer - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
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
|