Bypass this unique XSS filter?
I found a website that reflected back the user inputs. But the problem is when I inject this payload <svg/onload=alert(1)> I get an error.
But when I use this payload <%20svg/onload=alert(1)>, my input reflects b… Continue reading Bypass this unique XSS filter?