Hacking CSRF Tokens using CSS History Hack
Cross-site scripting, or XSS, is a well-known cybersecurity risk that allows malicious users to take control of, and exploit a user’s system. Another security risk is Cross-Site Request Forgery (CSRF, or “sea surf”). This risk allows someone to execute functions within a user’s authenticated session, thus the “forgery” portion of the name. These two risks … Read more