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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Leeds Duo Pwn
قم بتنزيل ملفات الامتداد Leeds Duo Pwn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |