Create jetbrains-webservers.yaml

patch-1
Dhiyaneshwaran 2022-11-30 12:16:51 +05:30 committed by GitHub
parent ed01fef837
commit 18a42a3adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
id: jetbrains-webservers
info:
name: Jetbrains WebServers File Exposure
author: geeknik
severity: low
description: |
Created by Jetbrains IDEs, contains webserver credentials with encoded passwords.
reference:
- https://www.exploit-db.com/ghdb/6648
metadata:
verified: true
shodan-query: title:"Backpack Admin"
tags: jetbrains,config,edb
requests:
- 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