Answers for "xss"

2

xss

<script> alert(1)</script>
Posted by: Guest on June-11-2021
3

XSS

if you fill in a search field for example, and that variable is used
on the page somewhere, you could type in "bullshit."
"bullstit" appears in the markup. If the idiot that wrote the code doesn't
filter, limit, or otherwise sanitize that value. You could have a problem...
Dr. Evil could just type in some script ij the search field right?
<p>Your search for 'flowers <script>evil_script()</script>'
Posted by: Guest on April-14-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language