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
Eメール [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"
    }
}