Skip to content

GramThanos/WebDevAuthn

Repository files navigation

WebDevAuthn

A tool to test & analyze FIDO2/WebAuthn requests and responses


Description

WebDevAuthn is a web tool for testing and analyzing FIDO2/WebAuthn requests and responses. The web application can work as a playground, letting developers experiment and understand the WebAuthn internals while also allowing the testing and experimentation of FIDO2 authenticator devices. Furthermore, developers may use this tool's injector (embedded code or an extension) to hijack WebAuthn calls and analyse them. The tool also features an advanced virtual authenticator that can emulate WebAuthn responses.

This repository is part of the research conducted for the papers:

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

Contact me

Please feel free to contact me to leave me your feedback or to express your thoughts.

You can open an issue or send me a mail


About

This web application was developed as part of my thesis for the postgraduate programme "Digital Systems Security" and research conducted as part of the Systems Security Laboratory

University of Piraeus, Department of Digital Systems, Digital Systems Security

Copyright (c) 2021-2025 Grammatopoulos Athanasios-Vasileios


GramThanos