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:
|
|
|
|
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
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: 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-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*:\s*)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*)$'
|