vulncheck-oss / go-exploit

A Go-based Exploit Framework
https://pkg.go.dev/github.com/vulncheck-oss/go-exploit
Apache License 2.0
308 stars 29 forks source link

Add function for resolving the underlying c2 of shelltunnel #263

Closed j-baines closed 3 weeks ago

j-baines commented 3 weeks ago

This simplifies generatePayload logic so you can switch like:

    switch conf.ResolveC2Payload() {
    case c2.SSLShellServer: