Recently I came across this type of tag in an HTML: This data was fetched from the server as a JSON and then written into the HTML view. The …
Tag: xss
Can someone explain me how jjencode works and if is good to use it on my code
Can someone explain me how http://utf-8.jp/public/jjencode.html works and if is good to use it on my code? The first time I tried it I thought that I needed to have some kind of algorithm in my code …
What makes an input vulnerable to XSS?
I’ve been reading about XSS and I made a simple form with a text and submit input, but when I execute on it, nothing happens, the server gets that string and that’…