c2-frameworks
Disowning binaries launched from SSH
Often with C2 frameworks you will be in an SSH session on linux and will spawn a C2 payload to revieve your reverse connection back.
When this process is launched in the context of you ssh session, it to will die if/when you exit the ssh shell.
Need to disown the process before exiting your ssh session
Example
https://www.cyberciti.biz/faq/unix-linux-disown-command-examples-usage-syntax/#5
Last updated