返回介绍

Hunting for OAuth Token Theft

发布于 2024-10-11 20:34:04 字数 737 浏览 0 评论 0 收藏 0

Before you dive into hunting for OAuth open redirect issues, you should first determine whether the website is using OAuth. You can figure this out by intercepting the requests to complete authentication on the website and look for the oauth keyword in the HTTP messages.

在你深入挖掘 OAuth 重定向问题之前,你应该先确定该网站是否正在使用 OAuth。你可以通过拦截完整身份验证请求并查看 HTTP 消息中的 oauth 关键字来确定这一点。

Then start looking for open redirect vulnerabilities. You can find details on how to find open redirects in Chapter 7 . Finally, see if you can smuggle the OAuth tokens offsite by using one of the open redirects that you’ve found.

然后开始寻找开放重定向漏洞。您可以在第七章中找到有关如何查找开放重定向的详细信息。最后,通过使用您找到的其中一个开放重定向,查看是否可以窃取 OAuth 令牌到外部网站。

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

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

发布评论

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