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"입니다.
확장 프로그램 스크린샷
Leeds Duo Pwn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |