随笔分类 - CTF试水
摘要:居然能苟进决赛 绝了 Misc Good Video 题目: Need a video to fresh your mind? 终于又见到misc了 先binwalk扫了一遍压缩包和视频文件,得到了一大堆东西。。。。。 (居然还有vmdk?) 查了一下头部的EBML文件格式,发现这是一种面向未来的音
阅读全文
摘要:完结撒花 Crypto ToyCipher_Linear 题目: Why encryption based on XOR and Rotation is easy to break? 还有加解密的脚本: !/usr/bin/env python3 coding: utf 8 import os, b
阅读全文
摘要:签到成功 只求week4不要交白卷 Crypto Exchange 题目: Our admin hijacked a secret channel and it looks like there are two teams doing some unspeakable transactions. n
阅读全文
摘要:我太南了.jpg Crypto Verification_code 题目: 本周的签到题 XP nc 47.98.192.231 25678 还有一段服务端的脚本 !/usr/bin/env python3 coding: utf 8 import socketserver import os, s
阅读全文
摘要:纯正新人CTF选手的误打误撞上分过程 “这题目上头是上头但是咱不上分啊” Crypto InfantRSA 题目: 真 签到题 p = 681782737450022065655472455411; q = 675274897132088253519831953441; e = 13; c = po
阅读全文