Open cmprmsd opened 2 years ago
I do not see any cons ! good point
Do you have any idea on how to implement it?
In fact, using setsid
isn't a better idea? I am thinking of something like this https://github.com/ariary/fileless-xec/blob/main/pkg/exec/exec.go#L78 but I think it is not compatible with windows
In the case of execution via Rubber Ducky scripts on a client's host it would be nice to have the ability to background and disown the spawned socat binary. That way even if the window is closed, the shell will persist.