Create librenms-installer.yaml
parent
972555cbb6
commit
b829ae2a3d
|
@ -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
|
Loading…
Reference in New Issue