mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-21 18:53:01 +00:00
Merge pull request #39 from AbhiKafle123/patch-1
Update open-redirect.md
This commit is contained in:
commit
fdc66a1fcf
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