extract_otp_secret_keys:从“ Google Authenticator”应用的导出QR码中提取两因素身份验证(2FA,TFA)秘密密钥

时间:2021-04-13 22:08:28
【文件属性】:
文件名称:extract_otp_secret_keys:从“ Google Authenticator”应用的导出QR码中提取两因素身份验证(2FA,TFA)秘密密钥
文件大小:7KB
文件格式:ZIP
更新时间:2021-04-13 22:08:28
python otp totp google-authenticator recovery 从Google Authenticator中提取TOTP / HOTP秘密密钥 从“ Google Authenticator”应用的导出QR码中提取两因素身份验证(2FA,TFA)秘密密钥 用法 从“ Google Authenticator”应用中导出QR码 使用QR码阅读器阅读QR码 将捕获的QR码保存在文本文件中。 将每个QR码保存在新行中。 (捕获的QR代码看起来像otpauth-migration://offline?data=... ) 使用文件作为输入来调用此脚本: python extract_otp_secret_keys.py -p example_export.txt 要求 要运行此脚本,必须使用Google for proto3的protobuf软件包。 建议使用protobuf> = 3.14。 pip install protobuf 已知与之合作 Py
【文件预览】:
extract_otp_secret_keys-master
----.gitignore(4B)
----README.md(1KB)
----google_auth.proto(630B)
----generated_python()
--------google_auth_pb2.py(10KB)
----example_export.txt(920B)
----.editorconfig(129B)
----extract_otp_secret_keys.py(5KB)

网友评论