Loading html-injection.md +7 −6 Original line number Diff line number Diff line Loading @@ -11,15 +11,16 @@ What we can do: Javascript can be injected into html-tags, which can be used to steal cookies and other things. ### Injecting HTML The attacker can inject html forms that tricks the user into giving up sensitive data. See eventhandlers for more ways: https://www.owasp.org/index.php/XSS\_Filter\_Evasion\_Cheat\_Sheet\#Event\_Handlers ``` <IMG SRC=# onmouseover="alert('xxs')"> ### Injecting HTML The attacker can inject html forms that tricks the user into giving up sensitive data. ``` Loading
html-injection.md +7 −6 Original line number Diff line number Diff line Loading @@ -11,15 +11,16 @@ What we can do: Javascript can be injected into html-tags, which can be used to steal cookies and other things. ### Injecting HTML The attacker can inject html forms that tricks the user into giving up sensitive data. See eventhandlers for more ways: https://www.owasp.org/index.php/XSS\_Filter\_Evasion\_Cheat\_Sheet\#Event\_Handlers ``` <IMG SRC=# onmouseover="alert('xxs')"> ### Injecting HTML The attacker can inject html forms that tricks the user into giving up sensitive data. ```