https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)

Overview

Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated.

CSRF attacks specifically target state-changing requests, not theft窃取 of data, since the attacker has no way to see the response to the forged伪造的 request.

With a little help of social engineering (such as sending a link via email or chat), an attacker may trick the users of a web application into executing actions of the attacker's choosing.

If the victim is a normal user, a successful CSRF attack can force the user to perform state changing requests like transferring funds, changing their email address, and so forth.

If the victim is an administrative account, CSRF can compromise(因行为不当)使陷入危险 the entire web application.

最新文章

  1. sphinx 配置文件全解析
  2. 深入理解JVM内幕:从基本结构到Java 7新特性
  3. iOS学习30之UITableView编辑
  4. 输入参数是NSDate,输出结果是星期几的字符串
  5. 数位DP之小小结
  6. 1202: [HNOI2005]狡猾的商人 - BZOJ
  7. 简单的虚拟摇杆控制移动(NGUI)
  8. 关于双11过后MATLAB许可过期问题的解决方案
  9. 请注意写代码的习惯与态度(Java)
  10. MongoDB 安装与配置
  11. 基金 、社保和QFII等机构的重仓股排名评测
  12. 补充:MySQL整理
  13. Coablt strike官方教程中文译版本
  14. Android 利用二次贝塞尔曲线模仿购物车加入物品抛物线动画
  15. 转 这种方法可以免去自己计算大文件md5 的麻烦
  16. muduo学习笔记(二)Reactor关键结构
  17. android studio Gradle Build速度加快方法
  18. IIS字体文件添加MIME映射
  19. 胡思乱想 & 胡言乱语
  20. sql表设计

热门文章

  1. 通过python全局设置id——自动化测试元素定位
  2. linux-修改树莓派分辨率
  3. Android笔记(三) 使得Activity之间可以跳转---Intent
  4. 从excel 导入数据绘制 散点图
  5. git 将master分支合到自己的开发分支
  6. Python十大经典排序算法
  7. Nutch2.1+mysql+solr3.6.1+中文网站抓取
  8. C# 通过 参数返回 C++ 指针
  9. [ARIA] Accessible animations with reduced motion
  10. SQL数据库调优