WebDevAuthn
Debug FIDO2 requests and responses
什麼是WebDevAuthn?
WebDevAuthn是由DinoDevs開發的Chrome擴展程式,該擴展的主要功能是“Debug FIDO2 requests and responses”。
擴展截圖
下載WebDevAuthn擴展crx文件
下載WebDevAuthn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | aofdjdfdpmfeohecddhgdjfnigggddpd |
| 官方網址 | https://chromewebstore.google.com/detail/webdevauthn/aofdjdfdpmfeohecddhgdjfnigggddpd |
| 簡介 | Debug FIDO2 requests and responses |
| 檔案大小 | 18.55 KB |
| 安裝次數 | 370 |
| 目前版本 | 0.5 |
| 更新時間 | 2022-03-07 |
| 上架時間 | 2022-03-07 |
| 開發者 | DinoDevs |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://gramthanos.github.io/WebDevAuthn/ |
| 說明頁面URL | https://github.com/GramThanos/WebDevAuthn/issues |
| 支援的語言 | 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": [
" | |