mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-04-16 12:02:38 +02:00
Update README.md
This commit is contained in:
parent
d1cf4b20a0
commit
181dfd8355
1 changed files with 1 additions and 2 deletions
|
|
@ -63,11 +63,10 @@ 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