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

19 lines
315 B
YAML
Raw Normal View History

2021-08-11 18:31:18 +00:00
id: bazarr-login-detect
info:
name: Bazarr Login Detect
author: r3dg33k
severity: info
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:
2021-08-14 11:53:15 +00:00
- '<title>Bazarr</title>'