infosec 发表于 2019-6-10 00:51:13

第四届山东省网络安全技能大赛 _Crypto_ascii解题wp

简单入门题目:
s = '102 108 97 103 123 104 101 108 108 111 95 119 48 114 108 100 125'
s = s.split(' ')
print(s)
for i in s:
    print(chr(int(i)),end='')flag{hello_w0rld}
页: [1]
查看完整版本: 第四届山东省网络安全技能大赛 _Crypto_ascii解题wp