Discover Packages
github.com/vulncheck-oss/go-exploit
c2
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
Documentation
¶
convert a ServerImpl enum to the string equivalent.
const (
SimpleShellServer Impl = 0
SimpleShellClient Impl = 1
SSLShellServer Impl = 2
)
convert a ServerImpl name to the enum equivalent.
A generic interface used by both reverse shells and bind shells.
factory pattern for creating c2 interfaces. Note that this is
returning an interface, which is a bit anti-Go but it's more or less
exactly what we want so.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.