MCPcopy Create free account
hub / github.com/evilsocket/shellz / Empty

Method Empty

models/proxy.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (p Proxy) Empty() bool {
17 return p.Address == ""
18}
19
20func (p Proxy) String() string {
21 host := net.JoinHostPort(p.Address, strconv.Itoa(p.Port))

Callers 4

NewSSHFunction · 0.45
cmdWorkerFunction · 0.45
runTunnelFunction · 0.45
showShellsListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected