Update README.md

This commit is contained in:
Somdev Sangwan 2018-09-14 02:06:47 +05:30 committed by GitHub
parent 8d1f39349e
commit 1b03243365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ variable = 'value' or variable = "value"
```
Now lets say single quotes (') are in use, in that case enter **x'd3v**. If it gets altered to **x\\'d3v**, try escaping the backslash (\) by adding a backslash to your probe i.e. **x\\'d3v**. If it works use the following payload:
```
\'-alert()-\'
\'-alert()//
```
But if it gets altered to **x\\'d3v**, the only thing you can try is closing the script tag itself by using
```