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
Last updated
Was this helpful?