Simple shells

I use either:

https://www.revshells.com/

https://github.com/LasCC/HackTools

Stabilizing the shell

python3 -c 'import pty;pty.spawn("/bin/bash")'
CTRL+Z # on your kali
stty raw -echo; fg
export TERM=xterm

Advanced

msfvenom