nuclei-templates/vulnerabilities/other/aspnuke-openredirect.yaml

18 lines
385 B
YAML

id: aspnuke-openredirect
info:
name: ASP-Nuke Open Redirect
author: pdteam
severity: low
tags: aspnuke,redirect
requests:
- method: GET
path:
- "{{BaseURL}}/gotoURL.asp?url=interact.sh&id=43569"
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*:\s*)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*)$'