How to perform XSS attacks
To put simply, XSS is just tricking the browser into executing javascript code by providing malicious user input.
Take this for example:
<div>
<h1> Welcome {your input} </h1>
</div>
This webpage is expecting you to provide your name using some in...
dulah.hashnode.dev4 min read
Pritesh Usadadiya
Performance Engineer ๐ฅ | agile tester | ๐ก Improving Products | ๐ฆ searching for ๐ bugs | Love Coding in spare time ๐ป
[[..PingBack..]] This article is curated as a part of #59th Issue of Software Testing Notes Newsletter.