Create lLibrenms-detect.yaml

patch-1
PikPikcU 2022-02-28 13:57:46 -05:00 committed by GitHub
parent f00fd1df85
commit 189b41373b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: lLibrenms-detect
info:
name: LibreNMS Detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="librenms"
tags: lLibrenms,tech
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>LibreNMS</title>'
- type: status
status:
- 200