bugbounty-cheatsheet/cheatsheets/open-redirect.md

31 lines
282 B
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
**Open Redirect Payloads** by @cujanovic
https://github.com/cujanovic/Open-Redirect-Payloads