【问题标题】:How to make an dictionary attack to a .p12 with password (educative pruposes)如何使用密码对 .p12 进行字典攻击(教育目的)
【发布时间】:2019-04-29 04:43:20
【问题描述】:

您使用哪个程序或命令从受密码保护的 p12 中提取公钥?我正在尝试使用命令hydra但我认为它只适用于网络

【问题讨论】:

  • 开膛手约翰密码破解者

标签: security encryption public-key-encryption dictionary-attack


【解决方案1】:

您可以使用 openssl 来检查、转换等 p12 文件。

例如:

openssl pkcs12 -info -in example.p12

openssl pkcs12 -in example.p12 -out example.pem -nodes

等等

您可以让 openssl 从文件或标准输入中读取密码。例如:

openssl [...] -pass stdin

有关更多想法,请参阅 openssl 手册页。

【讨论】:

    猜你喜欢
    • 2019-05-02
    • 2015-03-18
    • 1970-01-01
    • 2010-11-09
    • 2022-10-05
    • 2018-09-28
    • 2017-11-27
    • 2023-03-19
    • 1970-01-01
    相关资源
    最近更新 更多