Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TrshPuppy/netpuppy
/ types & classes
Types & classes
14 in github.com/TrshPuppy/netpuppy
⨍
Functions
59
◇
Types & classes
14
Struct
ConnectBackHost
cmd/hosts/host.go:36
Interface
ConnectionGetter
cmd/conn/connection.go:58
Struct
Flags
utils/flags.go:5
Interface
Host
cmd/hosts/host.go:18
Struct
LAMEConnectBackHost
cmd/hosts/host.go:29
Struct
OffensiveHost
cmd/hosts/host.go:22
Struct
Peer
Depending on user flags given, create this peer's type:
cmd/conn/peer.go:4
Struct
RealConnectionGetter
cmd/conn/connection.go:69
Struct
RealShell
Holds the REAL shell process/ Cmd struct (from exec pkg):
cmd/shell/shell.go:24
Struct
RealShellGetter
REAL code:
cmd/shell/shell.go:19
Struct
RealSocket
REAL code:
cmd/conn/connection.go:65
Interface
SocketInterface
SHARED Code: ..... The Socket and ConnectionGetter interfaces are used by both real & test code:
cmd/conn/connection.go:49
Struct
TestConnectionGetter
cmd/conn/connection.go:162
Struct
TestSocket
TEST Code:
cmd/conn/connection.go:157