Python
Upgrade Shell to fully interactive
python -c 'import pty;pty.spawn("/bin/bash")'HTTP Server
python3 -m http.server 80
python2 -m SimpleHTTPServer 80Last updated
Was this helpful?
python -c 'import pty;pty.spawn("/bin/bash")'python3 -m http.server 80
python2 -m SimpleHTTPServer 80Last updated
Was this helpful?