Hello Friends,
I’m Rem01x And I’m Currently Preparing For The eWPTX Exam So I Will Be Walking Through All PortSwigger Labs And Make Sure To Make Writeups For All Of Them.
Let’s Start Now.
Assume that we have this website.

As observed we have search box.
Now, Let’s try to search for anything.

For me I searched for Rem01x and it seam that the our search reflected on screen.
Now, Let’s take a look at the code.

Now, when I searched for the reflected search i found my name.
Now, Let’s go back and try to enter a JavaScript code in the search box.
<script>alert(1)</script>
