<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>CSRF - 标签 - Victor's Code Journey</title><link>http://www.victorchu.info/tags/csrf/</link><description>CSRF - 标签 - Victor's Code Journey</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>victorchu0610@outlook.com (victorchutian)</managingEditor><webMaster>victorchu0610@outlook.com (victorchutian)</webMaster><lastBuildDate>Fri, 20 Mar 2020 10:33:33 +0800</lastBuildDate><atom:link href="http://www.victorchu.info/tags/csrf/" rel="self" type="application/rss+xml"/><item><title>web安全之CSRF</title><link>http://www.victorchu.info/posts/2020/03/842712ec/</link><pubDate>Fri, 20 Mar 2020 10:33:33 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2020/03/842712ec/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/security.webp" referrerpolicy="no-referrer">
            </div><p>CSRF即跨站点请求伪造(Cross—Site Request Forgery), 在CSRF攻击中,攻击者盗用了你的身份，以你的名义发送恶意请求，对服务器来说这个请求是完全合法的，但是却完成了攻击者所期望的一个操作，比如以你的名义发送邮件、发消息，盗取你的账号，添加系统管理员，甚至于购买商品、虚拟货币转账等。</p>]]></description></item></channel></rss>