31 lines
881 B
YAML
31 lines
881 B
YAML
id: idea-logs-exposure
|
|
|
|
info:
|
|
name: Public .idea Folder containing http logs
|
|
author: martincodes-de
|
|
severity: info
|
|
description: Searches for .idea Folder for http-requests-log.http and http-client.cookies file
|
|
metadata:
|
|
max-request: 2
|
|
tags: phpstorm,jetbrains,idea,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.idea/httpRequests/http-requests-log.http"
|
|
- "{{BaseURL}}/.idea/httpRequests/http-client.cookies"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(GET|POST) https?:\/\/'
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "# domain\tpath\tname\tvalue\tdate"
|
|
part: body
|
|
|
|
# digest: 490a004630440220303c32a962466a3467c36e282d77eb6277cc67ebf5d3dd0ddd5c2f534e56ecf0022075eacb0ffd9a36aa37fa8b1fca685701c4aa6ff087b4cf2d40a706b9824eff02:922c64590222798bb761d5b6d8e72950
|