2021-10-21 10:40:24 +00:00
|
|
|
id: idea-folder-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Public .idea Folder containing files with sensitive data
|
|
|
|
author: martincodes-de
|
|
|
|
severity: info
|
|
|
|
description: Searches for .idea Folder by querying the /.idea and a few other files with sensitive data.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: phpstorm,jetbrains,idea,exposure,files
|
2021-10-21 10:40:24 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-21 10:40:24 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.idea/deployment.xml"
|
|
|
|
- "{{BaseURL}}/.idea/workspace.xml"
|
2021-10-21 13:59:49 +00:00
|
|
|
|
2021-10-24 09:02:00 +00:00
|
|
|
matchers-condition: and
|
2021-10-21 10:40:24 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
2021-10-21 13:59:49 +00:00
|
|
|
status:
|
|
|
|
- 200
|
2021-10-24 08:53:37 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<?xml version="
|
|
|
|
- "<project version"
|
|
|
|
part: body
|
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100a14970cfece0bda661843cc33851c7c976507f74efa5661195654e3545a43836022100f1eba3263a8f047ed02c74bfa808baf47811e9b6186deb27bcd2821e4e63a8a3:922c64590222798bb761d5b6d8e72950
|