nuclei-templates/http/exposures/files/idea-folder-exposure.yaml

30 lines
675 B
YAML
Raw Normal View History

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
metadata:
max-request: 2
http:
- 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
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