nuclei-templates/exposed-panels/librenms-login.yaml

26 lines
412 B
YAML

id: librenms-login
info:
name: LibreNMS Login Panel
author: pikpikcu
severity: info
metadata:
fofa-query: title="librenms"
tags: librenms,panel
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>LibreNMS</title>'
- type: status
status:
- 200