From b829ae2a3d056f052021f5cd27e3943842177f88 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 28 May 2024 14:53:14 +0530 Subject: [PATCH] Create librenms-installer.yaml --- .../installer/librenms-installer.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/misconfiguration/installer/librenms-installer.yaml diff --git a/http/misconfiguration/installer/librenms-installer.yaml b/http/misconfiguration/installer/librenms-installer.yaml new file mode 100644 index 0000000000..07e0c9cbf8 --- /dev/null +++ b/http/misconfiguration/installer/librenms-installer.yaml @@ -0,0 +1,31 @@ +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