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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Phishar – Security Expert in Your Pocket

2 点作者 Coxa将近 6 年前

2 条评论

helb将近 6 年前
How does it cope with non-ASCII characters and various fonts? Suppose you had &quot;ɡoogle.com&quot; instead of &quot;gooble.com&quot; in that demo video (the first &quot;g&quot; is not a regular &quot;g&quot;, but &quot; U+0261 LATIN SMALL LETTER SCRIPT G&quot;)… Browsers tend to show IDN names in the &quot;xn--…&quot; punycode format, but not always.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IDN_homograph_attack</a><p><a href="https:&#x2F;&#x2F;unicode.org&#x2F;cldr&#x2F;utility&#x2F;confusables.jsp?a=google&amp;r=None" rel="nofollow">https:&#x2F;&#x2F;unicode.org&#x2F;cldr&#x2F;utility&#x2F;confusables.jsp?a=google&amp;r=...</a><p><a href="https:&#x2F;&#x2F;ma.ttias.be&#x2F;show-idn-punycode-firefox-avoid-phishing-urls&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ma.ttias.be&#x2F;show-idn-punycode-firefox-avoid-phishing...</a>
ivosluganovic将近 6 年前
Thanks for posting!<p>While this might be common knowledge on this forum (is it?!), many users are unaware that even having 2FA does not protect them against credential theft via phishing. Such attacks are growing rapidly given recent exploit kits for OTP-based 2FA that are publicly available on Github (<a href="https:&#x2F;&#x2F;github.com&#x2F;drk1wi&#x2F;Modlishka" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;drk1wi&#x2F;Modlishka</a>).<p>PhishAR prevents such attacks by requiring that the visited domain and SSL are first checked by the user&#x27;s app and only then revealing the OTP.<p>Any feedback would be very helpful. We are aiming at enterprise users where getting everyone to use FIDO U2F might be harder to achieve, but 2FA is mandatory (e.g. due to GDPR).<p>What do you think? Let us know if you would be happy testing the app once we get it a bit more polished.