1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-03-28 14:29:55 +01:00

Update README.md

This commit is contained in:
Piyush Paliwal 2021-10-01 13:42:12 +05:30 committed by GitHub
parent 181dfd8355
commit 0e744e7eed
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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