DarkProgrammer000

Shell [tty]

Jul 7th, 2021 (edited)
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. # Transforma SHELL reversa no terminal em TTY
  2.  
  3. python -c "import pty; pty.spawn('/bin/bash')"
Add Comment
Please, Sign In to add comment