[Week1]calc_jail_beginner_level2.5(JAIL)
1 |
|
Unicode 欺骗https://www.tr0y.wang/2019/05/06/Python%E6%B2%99%E7%AE%B1%E9%80%83%E9%80%B8%E7%BB%8F%E9%AA%8C%E6%80%BB%E7%BB%93/#%E6%9E%81%E7%AB%AF%E9%99%90%E5%88%B6
好棒的博客
[WEEK2]calc_jail_beginner_level5(JAIL)
1 | #It\'s an challenge for jaillevel5 let\'s read your flag!\nimport load_flag\n\nflag = load_flag.get_flag()\n\ndef main():\n WELCOME = \'\'\'\n _ _ _ _ _ _ _ _____ \n | | (_) (_) (_) | | | | ____|\n | |__ ___ __ _ _ _ __ _ __ ___ _ __ _ __ _ _| | | _____ _____| | |__ \n | \'_ \\ / _ \\/ _` | | \'_ \\| \'_ \\ / _ \\ \'__| | |/ _` | | | |/ _ \\ \\ / / _ \\ |___ \\ \n | |_) | __/ (_| | | | | | | | | __/ | | | (_| | | | | __/\\ V / __/ |___) |\n |_.__/ \\___|\\__, |_|_| |_|_| |_|\\___|_| | |\\__,_|_|_|_|\\___| \\_/ \\___|_|____/ \n __/ | _/ | \n |___/ |__/ \n\'\'\'\n print(WELCOME)\n print("It\'s so easy challenge!")\n print("Seems flag into the dir()")\n repl()\n\n\ndef repl():\n my_global_dict = dict()\n my_global_dict[\'my_flag\'] = flag\n input_code = input("> ")\n complie_code = compile(input_code, \'<string>\', \'single\')\n exec(complie_code, my_global_dict)\n\nif __name__ == \'__main__\':\n main() |
# 相关文章
1.一次基于ast的python反混淆尝试
2.碎碎念
3.DasctfSU6月赛
4.redos
5.hxpctf valentine
6.某游私服原理
7.CBC反转攻击详解
8.文件上传备忘录
1.一次基于ast的python反混淆尝试
2.碎碎念
3.DasctfSU6月赛
4.redos
5.hxpctf valentine
6.某游私服原理
7.CBC反转攻击详解
8.文件上传备忘录