Add jetbrains datasource exposure check
parent
6f2e88034d
commit
ecdb28d826
|
@ -0,0 +1,24 @@
|
|||
id: package-json
|
||||
|
||||
info:
|
||||
name: Jetbrains IDE DataSources exposure
|
||||
author: FlorianMaak
|
||||
severity: info
|
||||
description: Contains uuid of datasource to retrieve via .idea/dataSources/{uuid}.xml to expose database structure.
|
||||
tags: config,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.idea/dataSources.xml"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "uuid"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue