Is there an html command to bypass an html filter? -
I am trying to add an html link to a website but the website exits html:
When I look at the source, I get it:
and
I really want this to happen:
& lt; A href = "www.soandso.com" & gt; Www.soandso.com & lt; / A & gt;
Is there a html command to bypass filters?
Almost certainly not.
Most sites do not exactly do that injecting arbitrary HTML to users. This is the source of XSS (cross-site scripting) vulnerabilities.
If the site strips (or migration) tag, then just enter it in www.example.com and have to do it.
Comments
Post a Comment