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 |
| 公式URL | 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 |
| Eメール | [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": [
" | |