mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Update README.md
This commit is contained in:
parent
26a5f65a64
commit
d1cf4b20a0
1 changed files with 2 additions and 1 deletions
|
@ -63,10 +63,11 @@ Using CRLF to bypass "javascript" blacklisted keyword
|
|||
java%0d%0ascript%0d%0a:alert(0)
|
||||
```
|
||||
|
||||
Using "//" to bypass "http" blacklisted keyword
|
||||
Using "//" & "////" to bypass "http" blacklisted keyword
|
||||
|
||||
```powershell
|
||||
//google.com
|
||||
////google.com
|
||||
```
|
||||
|
||||
Using "https:" to bypass "//" blacklisted keyword
|
||||
|
|
Loading…
Reference in a new issue