nuclei-templates/http/misconfiguration/sonarqube-projects-disclosu...

41 lines
1.1 KiB
YAML
Raw Normal View History

2023-08-07 17:20:35 +00:00
id: sonarqube-projects-disclosure
2023-08-05 11:55:42 +00:00
info:
2023-08-07 17:20:35 +00:00
name: SonarQube - Information Disclosure
2023-08-05 11:55:42 +00:00
author: DhiyaneshDk
severity: medium
description: |
Information leakage vulnerability in an interface of SonarQube, you can download the source code through the tool.
reference:
- https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/webapp/SonarQube/SonarQube%20search_projects%20%E9%A1%B9%E7%9B%AE%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.md
- https://github.com/deletescape/sloot
metadata:
max-request: 1
2023-08-07 17:20:35 +00:00
verified: true
2023-08-05 11:55:42 +00:00
shodan-query: title:"Sonarqube"
fofa-query: app="sonarQube-代码管理"
tags: sonarqube,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/api/components/search_projects"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"visibility":"public"'
2023-08-07 17:20:35 +00:00
- '{"organization'
condition: and
2023-08-05 11:55:42 +00:00
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200