mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-12 22:47:14 +00:00
Update open-redirect.md
This commit is contained in:
parent
a2068b0f01
commit
ba8f7e32b7
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@
|
|||
//google.com/%2f..
|
||||
```
|
||||
|
||||
```
|
||||
//\google.com
|
||||
```
|
||||
|
||||
```
|
||||
/\victim.com:80%40google.com
|
||||
```
|
||||
|
||||
## Possible open redirect parameters
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue