mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 11:03:14 +00:00
Add two extra OR strings
This commit is contained in:
parent
28373da605
commit
f6d2bb13f3
1 changed files with 8 additions and 0 deletions
|
@ -15,3 +15,11 @@
|
||||||
```
|
```
|
||||||
//www.google.com/%2e%2e
|
//www.google.com/%2e%2e
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
//google.com/
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
//google.com/%2f..
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue