Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for [email protected]/..., http://example.com/?..., and http://example.com/# URLs in OpenRedirect #78

Open
3 tasks
postmodern opened this issue May 25, 2024 · 0 comments
Labels
feature New Feature idea Random idea open-redirect Open Redirect

Comments

@postmodern
Copy link
Member

Test whether we can disable the URL hostname prefix using a @ character (which makes everything after the scheme but before the @ character as the authorization), or disabling the URL suffix using ? (indicates beginning of the query string) or # (indicates beginning of URL fragment) characters. This may require adding additional keyword arguments to OpenRedirect#initialize to control whether @, ?, # are added to the test URL.

  • http://[email protected]/evil/path
  • http://evil.com/?/valid/path
  • http://evil.com/#/valid/path
@postmodern postmodern added enhancement New feature or request open-redirect Open Redirect feature New Feature idea Random idea and removed enhancement New feature or request labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature idea Random idea open-redirect Open Redirect
Projects
None yet
Development

No branches or pull requests

1 participant