1 #-*- coding:utf-8 -*-
2 #代码版本均为python 3.5.1
3 #Level 7
4
5 import bz2
6
7 un=b
'BZh91AY&SYA\xaf\x82\r\x00\x00\x01\x01\x80\x02\xc0\x02\x00 \x00!\x9ah3M\x07<]\xc9\x14\xe1BA\x06\xbe\x084'
8
9 pw=b
'BZh91AY&SY\x94$|\x0e\x00\x00\x00\x81\x00\x03$ \x00!\x9ah3M\x13<]\xc9\x14\xe1BBP\x91\xf08'
10
11 print(bz2.decompress(un))
12 print(bz2.decompress(pw))
源码如上,得到用户名和密码。
username :huge
password :file
下一关地址
http://www.pythonchallenge.com/pc/
return/good.html
转载于:https://www.cnblogs.com/qipa/p/5577700.html