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

28 lines
642 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.
tags: phpstorm,jetbrains,idea,exposure
requests:
- 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