提升反弹shell的交互

提升反弹shell的交互

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