Automating web application security testing
window.document.getElementById(‘post-3845’).parentNode.className += ‘ adhesive_post’;<<Cross-site scripting (aka XSS) is the term used to describe a class of security vulnerabilities in web applications. An attacker can inject malicious scripts to perform unauthorized actions in the context of the victim’s web session. Any web application that serves documents that include data fr…>> (more…)
Original post by Chris Gilmer