Merge pull request #6187 from projectdiscovery/jetbrains-webservers

Create jetbrains-webservers.yaml
patch-1
Ritik Chaddha 2022-12-01 23:15:14 +05:30 committed by GitHub
commit 301572f4b1
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: info
description: |
Created by Jetbrains IDEs, contains webserver credentials with encoded passwords.
reference:
- https://www.exploit-db.com/ghdb/6648
metadata:
verified: true
google-query: intitle:"index of" "WebServers.xml"
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