level1:http://segmentfault.com/game/
level2:http://segmentfault.com/game/?k=b847016148bcd5947672ebc11b2c9f5c
level3:http://segmentfault.com/game/?k=6ef005878dfb50c329ac559a77943b7a
观察密码规律,发现时md5加密(32位),加密4:
level4:http://segmentfault.com/game/?k=a87ff679a2f3e71d9181a67b7542122c
同样md5加密5:
level5:http://segmentfault.com/game/?k=e4da3b7fbbce2345d7772b0674a318d5
下载二维码图片,txt打开:
level6:http://segmentfault.com/game/?k=bdbf46a337ac08e6b4677c2826519542
百度之:
level7:http://segmentfault.com/game/?k=1573402aa6086d9ce42cfd5991027022
上面直接输答案:
level8:http://segmentfault.com/game/?k=1469a39120e9b120c10ed4f3e5488b85
chrome浏览器F12直接编辑,该get为post,页面文本框回车,直接到9
level9:http://segmentfault.com/game/?k=1469a39120e9b120c10ed4f3e5488b85
空格换成1,用base64解密,得到压缩文件,解压缩是苍老师
import base64 import os,sys file = open("./1.txt").read() str = "" for line in file.split("\n"): if line!="": for word in line.split(" "): if word!="": str+=chr(int(word,2)) result = base64.decodestring(str) newfile = open("./9.tar.gz","w") newfile.write(result) newfile.close() os.system("tar -xzvf ./9.tar.gz")
得到敬爱的苍老师:
level10:http://segmentfault.com/game/?k=e4a4a96a69a1b2b530b3bec6734cdf52