Tutorials
Python shell
python python3 -c 'import pty; pty.spawn"/bin/bash"'
#exploitation
pythonpython3 -c 'import pty; pty.spawn("/bin/bash")'
Questo serve una volta ottenuta la reverse shell, per far diventare la shell un vero e proprio terminale
python python3 -c 'import pty; pty.spawn"/bin/bash"'
pythonpython3 -c 'import pty; pty.spawn("/bin/bash")'
Questo serve una volta ottenuta la reverse shell, per far diventare la shell un vero e proprio terminale