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

27 lines
518 B
YAML
Raw Normal View History

2021-08-11 18:31:18 +00:00
id: bazarr-login-detect
info:
name: Bazarr Login - Detect
2021-08-11 18:31:18 +00:00
author: r3dg33k
severity: info
description: Bazarr login page was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.bazarr.media/
2021-08-11 18:31:18 +00:00
tags: panel,bazarr,login
requests:
2021-08-14 11:53:15 +00:00
- method: GET
path:
- "{{BaseURL}}/login"
2021-08-11 18:45:58 +00:00
2021-08-11 18:31:18 +00:00
matchers:
2021-08-12 09:25:47 +00:00
- type: word
words:
- '<title>Bazarr</title>'
# Enhanced by md on 2022/11/01