返回介绍

Finding Your First CSRF!

发布于 2024-10-11 20:33:58 字数 1118 浏览 0 评论 0 收藏 0

Armed with this knowledge about CSRF bugs, bypassing CSRF protection, and escalating CSRF vulnerabilities, you’re now ready to look for your first CSRF vulnerability! Hop on a bug bounty program and find your first CSRF by following the steps covered in this chapter:

具备有关 CSRF 漏洞、绕过 CSRF 保护和升级 CSRF 漏洞的知识,你现在已经可以寻找你的第一个 CSRF 漏洞了!参加漏洞赏金计划并按照本章节中所述的步骤找到你的第一个 CSRF 漏洞吧。

  1. Spot the state-changing actions on the application and keep a note on their locations and functionality.
  2. Check these functionalities for CSRF protection. If you can’t spot any protections, you might have found a vulnerability!
  3. If any CSRF protection mechanisms are present, try to bypass the protection by using the protection-bypass techniques mentioned in this chapter.
  4. Confirm the vulnerability by crafting a malicious HTML page and visiting that page to see if the action has executed.
  5. Think of strategies for delivering your payload to end users.
  6. Draft your first CSRF report!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文