Upgrading Reverse Shell
- Catching Reverse is an awesome , but it's is not real tty shell
- 1.Clear command is not work
- 2.We type Ctrl + C can close the shell
- 3.Sometime we need to type sudo , but sudo is not work in this
python3 -c 'import pty;pty.spawn("/bin/bash")'
2.Change as the background task in your local shell or terminal :
Ctrl + z
stty raw -echo
3.Foregrounding this reverse shell and setting TERM Environment
fg
export TERM=xterm-256color
Now we can successfully upgrade our reverse shell and this shell is more effective
License:
Copyright K3nX (c) 2019
Slogan: