Spawn Shell

From Void-Byte
Revision as of 15:46, 28 November 2020 by Bgrambo (talk | contribs) (Created page with "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")'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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")'