2021-01-10 13:11:25 +00:00
id : aspnuke-openredirect
2021-01-10 14:15:36 +00:00
2021-01-10 13:11:25 +00:00
info :
2022-10-19 21:11:27 +00:00
name : ASP-Nuke - Open Redirect
2021-04-06 06:46:11 +00:00
author : pdteam
2021-01-10 13:11:25 +00:00
severity : low
2022-10-19 21:11:27 +00:00
description : ASP-Nuke contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference :
- https://packetstormsecurity.com/files/125931/ASP-Nuke-2.0.7-Open-Redirect.html
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cwe-id : CWE-601
2022-10-25 14:05:39 +00:00
tags : packetstorm,aspnuke,redirect
2021-01-10 13:11:25 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/gotoURL.asp?url=interact.sh&id=43569"
2022-05-08 06:43:38 +00:00
2021-01-10 13:11:25 +00:00
matchers :
- type : regex
2022-05-08 06:43:38 +00:00
part : header
2021-01-10 13:11:25 +00:00
regex :
2022-10-19 21:11:27 +00:00
- '(?m)^(?:Location\s*:\s*)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*)$'
# Enhanced by md on 2022/10/14