bugbounty-cheatsheet/cheatsheets/open-redirect.md

26 lines
186 B
Markdown
Raw Normal View History

2017-07-14 13:54:44 +00:00
## Open Redirect
```
/%09/google.com
```
```
/%5cgoogle.com
```
2017-07-16 11:48:35 +00:00
2017-07-16 10:37:01 +00:00
```
2017-07-14 13:54:44 +00:00
//www.google.com/%2f%2e%2e
```
```
//www.google.com/%2e%2e
2017-07-16 10:37:01 +00:00
```
2017-08-16 08:16:00 +00:00
```
//google.com/
```
```
//google.com/%2f..
```