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
Copy file name to clipboardExpand all lines: docs/c2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ In `go-exploit`, the command and control (C2) provides very basic second stage a
9
9
3.*SSLShellServer* - An encrypted shell via a reverse shell.
10
10
4.*HTTPServeFile* - An HTTP server that serves a user provided file (e.g. to server a Meterpreter payload).
11
11
5.*HTTPServeShell* - An HTTP server that serves a user provided binary that will connect back to the exploit for `SSLShellServer` or `SimpleShellServer`.
12
+
6.*ShellTunnel* - A C2 that will catch a reverse shell, connect to a listener, and proxy the data between the two.
12
13
13
14
`go-exploit` also supports a `-o` option which means "The c2 is handled by an outside program so don't expect any type of connect back."
0 commit comments