└─$ nc -lvnp 1234
listening on [any] 1234 ...
connect to [10.9.1.109] from (UNKNOWN) [10.10.218.77] 60394
$ python -c "import pty; pty.spawn ('/bin/bash')"
www-data@ip-10-10-218-77:/$ ^Z
zsh: suspended nc -lvnp 1234
┌──(uknown㉿kali)-[~/Downloads/shells]
└─$ stty raw -echo
┌──(uknown㉿kali)-[~/Downloads/shells]
└─$ fg
[1] + continued nc -lvnp 1234
This is the exact commands i use which work for most people , once I "stty raw -echo" I cant enter anything anymore, everytime i enter it just gives me the control M symbol and doesnt do anything. I cant even control x or c to quit. I would have to close the entire terminal tab and start a new one
Im not sure why this is the case and need some help if anyone knows another way to stabalize the shell or a fix please let me know