ICode9

精准搜索请尝试: 精确搜索
  • [HBNIS2018]低个头2022-07-31 16:02:19

    [HBNIS2018]低个头 根据题目提示,低下头能看见键盘,把键盘上的这几个键连接起来 flag{CTF}

  • [HBNIS2018]caesar2022-07-30 23:33:43

    [HBNIS2018]caesar 直接凯撒密码脚本爆破这段字符gmbhjtdbftbs def encrypt(plaintext): # j即为key for j in range(26): str_list = list(plaintext) i = 0 while i <len(plaintext): if not str_list[i].isalpha():

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有