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

19 lines
290 B
YAML

id: sonarqube-login
info:
name: SonarQube panel detect
author: dhiyaneshDk
severity: info
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/sessions/new"
matchers:
- type: word
words:
- "<title>SonarQube</title>"
part: body