fixed a typo in awesome probing section

This commit is contained in:
Somdev Sangwan 2018-10-24 08:29:40 +05:30 committed by GitHub
parent 7a40295489
commit 37b437882e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ Now lets say single quotes (') are in use, in that case enter **x'd3v**. If it g
```
\'-alert()//
```
But if it gets altered to **x\\'d3v**, the only thing you can try is closing the script tag itself by using
But if it gets altered to **x\\\\'d3v**, the only thing you can try is closing the script tag itself by using
```
</script><svg onload=alert()>
```