go-exploit icon indicating copy to clipboard operation
go-exploit copied to clipboard

Make `c2.ShellTunnel` inherit the type of upstream shell

Open terrorbyte opened this issue 9 months ago • 0 comments

At the moment many exploits accidentally do not support c2.ShellTunnel because the generation logic does not detect them as SimpleShellServer or SSLShellServer. Mess with the logic of C2 assignment and if that is enabled toggle support based on flags for one or the other so switching on C2Type supports the right one for free.

terrorbyte avatar Apr 11 '25 01:04 terrorbyte