Spawn Shell

From Void-Byte
Jump to navigation Jump to search

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


python2.7 -c 'import pty; pty.spawn("/bin/sh")'


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