Leeds Duo Pwn
Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains
Leeds Duo Pwn là gì?
Leeds Duo Pwn là một tiện ích mở rộng Chrome được phát triển bởi rakagunarto, và tính năng chính của nó là "Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leeds Duo Pwn
Tải xuống các tệp mở rộng Leeds Duo Pwn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leeds Duo Pwn |
ID | cjfhehmfdbbnkikllnohilpfccbeomea |
URL Chính Thức | https://chromewebstore.google.com/detail/leeds-duo-pwn/cjfhehmfdbbnkikllnohilpfccbeomea |
Mô tả | Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains |
Kích Thước Tệp | 11.16 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-10-03 |
Ngày Phát Hành | 2021-09-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | rakagunarto |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/raka-gunarto/leeds-duo-pwn |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |