摘要: 1 - Fidler python,给了源代码,第一部分为输入密码,直接打印出来 def password_check(): altered_key = 'hiptu' key = ''.join([chr(ord(x) - 1) for x in altered_key]) print(key) 阅读全文
posted @ 2020-10-28 17:44 Harmonica11 阅读(164) 评论(0) 推荐(0) 编辑