Leeds Duo Pwn
Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains
Cos'è Leeds Duo Pwn?
Leeds Duo Pwn è un'estensione di Chrome sviluppata da rakagunarto, e la sua funzione principale è "Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leeds Duo Pwn
Scarica i file di estensione Leeds Duo Pwn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Leeds Duo Pwn |
ID | cjfhehmfdbbnkikllnohilpfccbeomea |
URL Ufficiale | https://chromewebstore.google.com/detail/leeds-duo-pwn/cjfhehmfdbbnkikllnohilpfccbeomea |
Descrizione | Make Duo think you have a Mac for WebAuthn on adfs.leeds.ac.uk domains |
Dimensione del File | 11.16 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-10-03 |
Data di Pubblicazione | 2021-09-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | rakagunarto |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/raka-gunarto/leeds-duo-pwn |
Lingue Supportate | 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" } } |