Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 111 Bytes

cheatsheet-shells.md

File metadata and controls

4 lines (2 loc) · 111 Bytes

get nice bash shell when getting a reverse sehll through nc

python3 -c 'import pty;pty.spawn("/bin/bash")'