WebDevAuthn
Debug FIDO2 requests and responses
Apa itu WebDevAuthn?
WebDevAuthn adalah ekstensi Chrome yang dikembangkan oleh DinoDevs, dan fitur utamanya adalah "Debug FIDO2 requests and responses".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebDevAuthn
Unduh file ekstensi WebDevAuthn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Analyse FIDO2/WebAuthn requests and responses Analyser Features: - Capture WebAuthn requests - Analyse WebAuthn options (show info, warnings & errors) - Unpack/Decode WebAuthn authenticator responses - Virtual Authenticator Device (for custom responses) Virtual Authenticator Device - OS independent - Supports packed attestation - Supports wrapped keys to credentials id - Access to the private key of the generated credentials - Testing mode to assess implementations - Multiple supported algorithms
Informasi Dasar Ekstensi
Nama | WebDevAuthn |
ID | aofdjdfdpmfeohecddhgdjfnigggddpd |
URL Resmi | https://chromewebstore.google.com/detail/webdevauthn/aofdjdfdpmfeohecddhgdjfnigggddpd |
Deskripsi | Debug FIDO2 requests and responses |
Ukuran File | 18.55 KB |
Jumlah Instalasi | 370 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2022-03-07 |
Tanggal Publikasi | 2022-03-07 |
Pengembang | DinoDevs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gramthanos.github.io/WebDevAuthn/ |
URL Halaman Bantuan | https://github.com/GramThanos/WebDevAuthn/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebDevAuthn", "description": "Debug FIDO2 requests and responses", "author": "Athanasios Vasileios Grammatopoulos", "version": "0.5", "icons": { "19": "icons\/icon.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_popup": "popup.html" }, "host_permissions": [ " |