TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Progressive Web Apps (PWAs) Phishing

132 点作者 kolp12 个月前

9 条评论

theteapot12 个月前
What's the difference between this and just having a button on your website that redirects to a spoof microsoft login page?
评论 #40673201 未加载
评论 #40674213 未加载
评论 #40674285 未加载
meiraleal12 个月前
That's indeed a tricky one. Even tho I work with PWAs I could see myself being misled by this with a github credential. Good remind to only connect third party services with access tokens.
评论 #40675385 未加载
beardyw11 个月前
Surely you could pull this trick just by using full screen mode couldn't you? And all that requires is any user interaction.
erikerikson12 个月前
Does this fool tools like 1Password?
评论 #40673810 未加载
RcouF1uZ4gsC11 个月前
I don’t things is much worse than OAuth itself. You just have to make a login with Google&#x2F;Facebook&#x2F;X button.<p>Also the thing about the URL won’t have much practical difference for the user. The reason is that a lot of the flows can redirect through different domains. For example, when I sign in with Google into a third party site, I often see a redirect through the YouTube domain.<p>So users are not expecting full fidelity to the domain.
kmf8411 个月前
Yes, but I found it a little earlier. ( 4 years ago) <a href="https:&#x2F;&#x2F;github.com&#x2F;0x1235&#x2F;PWA_Spoofing_PoC">https:&#x2F;&#x2F;github.com&#x2F;0x1235&#x2F;PWA_Spoofing_PoC</a>
toddmorey12 个月前
What makes this PWA specific rather than just “installable software”?
评论 #40678601 未加载
评论 #40675416 未加载
difosfor12 个月前
I think you could do the same in native apps? So yeah, not much you can do about uncareful users. I suppose you could use something like an App store to provide some checks and a little more security. But then you&#x27;re likely to run into monopolies again..
评论 #40673054 未加载
评论 #40675166 未加载
dzhiurgis12 个月前
This reminds me OAuth screens where you are not sure why your password manager doesn’t work…