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:
|
|
|
|
- "{{BaseURL}}/gotoURL.asp?url=google.com&id=43569"
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '(?m)^(?:Location\s*:\s*)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?google\.com(?:\s*)$'
|