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 |
| 电子邮箱 | [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": [
" | |