Create librenms-installer.yaml

patch-3
Dhiyaneshwaran 2024-05-28 14:53:14 +05:30 committed by GitHub
parent 972555cbb6
commit b829ae2a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -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