Leeds Duo Pwn

Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains

什么是Leeds Duo Pwn?

Leeds Duo Pwn是由rakagunarto开发的Chrome扩展程序,该扩展的主要功能是“Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains”。

扩展截图

screenshot

下载Leeds Duo Pwn扩展crx文件

下载Leeds Duo Pwn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension simply enables WebAuthn for non MacOS machines on University of Leeds SSO Duo 2FA. Simply put, it's a user-agent spoofer that only changes your UA on specific domains. 

Windows Hello Duo 2FA Instructions:
1. Go to "Sign-in options" in Windows, if you don't have a fingerprint scanner or a Windows Hello camera capable of facial recognition, be sure to enable Windows Hello PIN
2. Next time when logging in to duo, click the menu on the top right instead, and choose "Add a New Device".
3. Select "Touch ID"
4. You should now be greeted with a Windows Hello prompt to authenticate yourself
5. Pwned

Source: https://github.com/raka-gunarto/leeds-duo-pwn                    

扩展基本信息

名称 Leeds Duo Pwn Leeds Duo Pwn
ID cjfhehmfdbbnkikllnohilpfccbeomea
官方URL https://chromewebstore.google.com/detail/leeds-duo-pwn/cjfhehmfdbbnkikllnohilpfccbeomea
简介 Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains
文件大小 11.16 KB
安装次数 36
当前版本 1.0.0
更新时间 2021-10-03
上架时间 2021-09-29
评分 5.00/5 共3次评分
开发者 rakagunarto
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/raka-gunarto/leeds-duo-pwn
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leeds Duo Pwn",
    "description": "Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains",
    "version": "1.0.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/adfs.leeds.ac.uk\/*",
        "*:\/\/api-894eebdb.duosecurity.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}