Skip to content

Instantly share code, notes, and snippets.

@cryptrz
Created November 24, 2021 11:23
Show Gist options
  • Save cryptrz/f0c1976ba646f1ce3e9b244a0819a835 to your computer and use it in GitHub Desktop.
Save cryptrz/f0c1976ba646f1ce3e9b244a0819a835 to your computer and use it in GitHub Desktop.
Get a stable shell
python3 -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