zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    commons-lang3工具类学习(三)
    commons-lang3工具类学习(二)
    commons-lang3工具类学习(一)
    Spring之ClassPathResource加载资源文件
    Spring详解(十)加载配置文件
    java IO流总结
    Spring自定义注解配置切面实现日志记录
    使用@Cacheable 踩过的坑
    将BufferedImage转换为InputStream,亲测可用
    计算两个日期之间间隔的天数
  • 原文地址:https://www.cnblogs.com/WangAoBo/p/6367564.html
Copyright © 2011-2022 走看看