Created
August 31, 2020 16:45
-
-
Save noobpk/f8119f89ae8d8be35c23ce24ba077271 to your computer and use it in GitHub Desktop.
Spawn shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python -c 'import pty; pty.spawn("/bin/bash")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment