Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
(p Proxy) Empty() bool {
17
return
p.Address ==
""
18
}
19
20
func
(p Proxy) String() string {
21
host := net.JoinHostPort(p.Address, strconv.Itoa(p.Port))
Callers
4
NewSSH
Function · 0.45
cmdWorker
Function · 0.45
runTunnel
Function · 0.45
showShellsList
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected