Create lLibrenms-detect.yaml
parent
f00fd1df85
commit
189b41373b
|
@ -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
|
Loading…
Reference in New Issue