备考笔记

坚持就是胜利

2. 提权

获得低权限后,如何获得root权限呢

python -c 'import pty; pty.spawn("/bin/bash")'