fixed a typo in awesome probing section
This commit is contained in:
parent
7a40295489
commit
37b437882e
1 changed files with 1 additions and 1 deletions
|
@ -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()>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue