Leeds Duo Pwn

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

Leeds Duo Pwnคืออะไร?

Leeds Duo Pwn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rakagunarto และคุณลักษณะหลักของมันคือ "Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leeds Duo Pwn

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}