摘要: 解法1: 参考:https://blog.csdn.net/weixin_45556441/article/details/110851390 解法2: book = ["NACZDTRXMJQOYHGVSFUWIKPBEL","FHTEQGYXPLOCKBDMAIZVRNSJUW","QGWTHS 阅读全文
posted @ 2024-11-19 02:19 wyuu101 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 题目 解法 秒了 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 原理 加密分为经典型和W型 题目 解题 W型解密(多数默认) 链接: https://www.a.tools/Tool.php?Id=264 https://ctf.bugku.com/tool/railfence 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 题目 .pyc文件为py文件编译后的二进制文件 解题 反汇编 网址1:https://www.lddgo.net/string/pyc-compile-decompile 网址2:https://tool.lu/pyc/ py第三方库:uncompyle6 pip install uncompyle 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 题目 解题 一开始尝试Bas16、Base64无效 后看到开头504B很像压缩文件的十六进制码 真加密 用010Editor把内容直接写入并保存为.zip 尝试解压发现果然需要密码 用弱口令进行爆破,得密码为123456 最后得到flag 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 解法 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 题目 解题 秒了 阅读全文
posted @ 2024-11-19 02:18 wyuu101 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 题目 解题 解密链接:http://quipqiup.com/ 参考:https://blog.csdn.net/xiao__1bai/article/details/121692829 阅读全文
posted @ 2024-11-19 02:17 wyuu101 阅读(4) 评论(0) 推荐(0) 编辑