52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: jetbrains-webservers
|
|
|
|
info:
|
|
name: JetBrains WebServers File - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: |
|
|
JetBrains webservers file was detected. The file contains webserver credentials with encoded passwords.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6648
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
google-query: intitle:"index of" "WebServers.xml"
|
|
tags: jetbrains,config,edb,files,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.idea/WebServers.xml"
|
|
- "{{BaseURL}}/.idea/webServers.xml"
|
|
- "{{BaseURL}}/.idea/webservers.xml"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<?xml"
|
|
- "WebServers"
|
|
- "</project>"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
- "text/xml"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100eb6c795dcc529aa9902854169a253af4739a38b960ecc0bed8cd21d7a09b9905022100adfb45612aa855b30f084abf04e5a7b5d2003837240ea6ee7545722794ec091a:922c64590222798bb761d5b6d8e72950
|