Some context: I was assinged on a pentest and found an application that let me place my own links in an a tag's href attribute. As expected, all strange values like javascript: were correctly filte... (more…)
Read more »
It’s been awhile since my last JavaScript List. I’ll do my best to stay more consistent and post every week. I also moved my website from… (more…)
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »