We Chall-Training: ASCII—Writeup

MarkdownPad Document

We Chall-Training: ASCII—Writeup

题目链接:http://www.wechall.net/challenge/training/encodings/ascii/index.php

题目:

python脚本:

num=[84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 110, 98, 115, 111, 111, 112, 99, 102, 97, 102, 104, 105]
for i in num:
    print(chr(i),end='')

运行结果:

则flag为nbsoopcfafhi

 2017-2-5  14:29;03

原文地址:https://www.cnblogs.com/WangAoBo/p/6367564.html