Skip to content

LibreNMS Login Panel - Detect

ID: librenms-login

Severity: info

Author: pikpikcu

Tags: librenms,panel

LibreNMS login panel was detected.

id: librenms-login
info:
name: LibreNMS Login Panel - Detect
author: pikpikcu
severity: info
description: LibreNMS login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:librenms:librenms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: librenms
product: librenms
fofa-query: title="librenms"
tags: librenms,panel
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>LibreNMS</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100cbcbed541eacb343e7f6ce59313331ebd5370f24c5a2514426633fb24844122502203ee9235bf0450e6a3be6de34ec572542c00cf2c588fe03375296dcc39d49417a:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/librenms-login.yaml"

View on Github