Python CLI

From RHS Wiki
Revision as of 11:54, 29 September 2017 by Rafahsolis (talk | contribs) (Created page with "# Spawn /bin/bash python -c 'import pty; pty.spawn("/bin/bash")'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Spawn /bin/bash
python -c 'import pty; pty.spawn("/bin/bash")'