Is your feature request related to a problem? Please describe.
Hi, I would like the option for the darwin and linux implants to daemonize itself (release tty, open fd, new process group). The general steps can be found here: http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html
Describe the solution you'd like
Currently external mechanisms are used to release the process from the user session, it would be nice for the implant to handle this logic natively.
Describe alternatives you've considered
Daemonizing the process via service loader or scripting language, which may require interaction with disk.
Using well-known lolbin to detach process from user session.
Is your feature request related to a problem? Please describe.
Hi, I would like the option for the darwin and linux implants to daemonize itself (release tty, open fd, new process group). The general steps can be found here: http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html
Describe the solution you'd like
Currently external mechanisms are used to release the process from the user session, it would be nice for the implant to handle this logic natively.
Describe alternatives you've considered
Daemonizing the process via service loader or scripting language, which may require interaction with disk.
Using well-known lolbin to detach process from user session.