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.
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: phpstorm,jetbrains,idea,exposure,files
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
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
|