You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have replaced the regular interface ({rev,ipc}shell), the stdio of processes started with exec is still attached to the original process, so you can't get the output when starting processes.
You can work around this by with ncat:
exec ncat -c sh\ -i\ 2>&1 -U /run/foo123.sock
This shouldn't be needed though.
The text was updated successfully, but these errors were encountered:
If you have replaced the regular interface (
{rev,ipc}shell
), the stdio of processes started with exec is still attached to the original process, so you can't get the output when starting processes.You can work around this by with ncat:
This shouldn't be needed though.
The text was updated successfully, but these errors were encountered: