Hi guys, is there any any method which let you to bypass double quotes encoding to \" in order to close the value tags? I don't need the String.fromCharCode() function, and there isn't any variable which saves the searched value...
The code looks like:
<input type="text" name="search" value=""><script>alert(1)</script>">
Any help please?