11 2016 档案

摘要:题目下载了一个+_+.pcapng ,用Wireshark打开, Ctrl-F搜索flag 发现python代码 将Data导出 #!/usr/bin/env python # coding:utf-8 __author__ = 'Aklis' from Crypto import Random f 阅读全文
posted @ 2016-11-30 20:37 Zhengjim 阅读(2398) 评论(0) 推荐(0)
摘要:题目地址:http://ctf.idf.cn/index.php?g=game&m=article&a=index&id=45 下载来发现是crackme.pyc 可以用uncompyle2反编译。也可以直接http://tool.lu/pyc/在这个网站反编译。 得到源代码: #!/usr/bin 阅读全文
posted @ 2016-11-26 19:58 Zhengjim 阅读(990) 评论(0) 推荐(0)
摘要:题目地址:http://ctf.idf.cn/index.php?g=game&m=article&a=index&id=37 网站:http://ctf.idf.cn/game/pro/37/ 主要是要有2秒的限制。写个python 脚本。 #!usr/bin/env python #!codin 阅读全文
posted @ 2016-11-26 19:35 Zhengjim 阅读(773) 评论(0) 推荐(0)