32 lines
836 B
YAML
32 lines
836 B
YAML
id: librenms-installer
|
|
|
|
info:
|
|
name: LibreNMS Installation Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed LibreNMS installation page.
|
|
reference:
|
|
- https://docs.librenms.org/Installation/Install-LibreNMS/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"LibreNMS Install"
|
|
tags: misconfig,install,exposure,librenms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/install/checks"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "LibreNMS Install"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100e9b5592a53be643246e6e5bee43973a44e97ff6e655d49fb6c8b4619de4823bd02205422d2733a061db4c85e518eaa773ef081286379248d0bf8e0a3b12ada08e8c6:922c64590222798bb761d5b6d8e72950 |