首页 > TAG信息列表 > HBNIS2018

[HBNIS2018]低个头

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

[HBNIS2018]caesar

[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():