Sometimes a simple XSS query just won't
do the trick. The reason your query isn't working, is because the
website has a WAF or Filter set in place. A filter will block as many
XSS and SQLi queries as possible. In this case, we're dealing with XSS.
There are many ways on bypassing XSS filters, but I will only explain a few.
There are many ways on bypassing XSS filters, but I will only explain a few.