2022-11-30 06:46:51 +00:00
|
|
|
id: jetbrains-webservers
|
|
|
|
|
|
|
|
info:
|
2023-03-07 22:22:50 +00:00
|
|
|
name: JetBrains WebServers File - Detect
|
2022-11-30 06:46:51 +00:00
|
|
|
author: geeknik
|
2022-12-01 17:36:53 +00:00
|
|
|
severity: info
|
2022-11-30 06:46:51 +00:00
|
|
|
description: |
|
2023-03-07 22:22:50 +00:00
|
|
|
JetBrains webservers file was detected. The file contains webserver credentials with encoded passwords.
|
2022-11-30 06:46:51 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/6648
|
2023-03-07 22:22:50 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-03-07 22:22:50 +00:00
|
|
|
cwe-id: CWE-200
|
2022-11-30 06:46:51 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
2022-12-01 07:51:04 +00:00
|
|
|
google-query: intitle:"index of" "WebServers.xml"
|
2023-06-02 23:20:14 +00:00
|
|
|
tags: jetbrains,config,edb,files,exposure
|
2022-11-30 06:46:51 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-30 06:46:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.idea/WebServers.xml"
|
|
|
|
- "{{BaseURL}}/.idea/webServers.xml"
|
|
|
|
- "{{BaseURL}}/.idea/webservers.xml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-11-30 06:46:51 +00:00
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100eb6c795dcc529aa9902854169a253af4739a38b960ecc0bed8cd21d7a09b9905022100adfb45612aa855b30f084abf04e5a7b5d2003837240ea6ee7545722794ec091a:922c64590222798bb761d5b6d8e72950
|