美文网首页CTF-Web安全
攻防世界-Crypto-wtc_rsa_bbq

攻防世界-Crypto-wtc_rsa_bbq

作者: 简言之_ | 来源:发表于2019-07-18 18:28 被阅读3次

题目信息

image
下载附件得到cry200,用HxD打开
image
根据文件头:504B0304确定该文件为zip,添加后缀.zip,得到公钥key.pem和密文cipher.bin
image
将两个文件放在RsaCtfTool下
直接运行python RsaCtfTool.py --publickey key.pem --uncipherfile cipher.bin
得到flag
image

相关文章

网友评论

    本文标题:攻防世界-Crypto-wtc_rsa_bbq

    本文链接:https://www.haomeiwen.com/subject/korrlctx.html