Skip to content

SonarQube Panel - Detect

ID: sonarqube-login

Severity: info

Author: dhiyaneshDk

Tags: panel,sonarqube,sonarsource

SonarQube panel was detected.

id: sonarqube-login
info:
name: SonarQube Panel - Detect
author: dhiyaneshDk
severity: info
description: SonarQube panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:sonarsource:sonarqube:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: sonarsource
product: sonarqube
tags: panel,sonarqube,sonarsource
http:
- method: GET
path:
- "{{BaseURL}}/sessions/new"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SonarQube"
- type: status
status:
- 200
# digest: 4b0a00483046022100b3a9e7b2891534bf141d3673cab0d3acbe52046b88179e1743c639a9a7927bba022100d1f8379bbf0162c7d22b5cd5d0cb23d5402331fd382bbda50167deb7fde63dc6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sonarqube-login.yaml"

View on Github