After all this git stuff its time for another escape. Good luck!
解密
>>> $0
$ whoami
bandit33
$ cat /etc/bandit_pass/bandit33
c9c3199ddf4121b10cf581a98d51caee
知识点
-
作为脚本的第一个参数,都是当前执行文件名称,这里使用
$0
相当于执行了sh
(看开头是一个$
可以得出是sh
而非bash
); -
whoami
发现是bandit33,那么直接看密码就行了;