Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/shellz
/ Info
Method
Info
plugins/log.go:19–21 ·
view source on GitHub ↗
(m string)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(l logPackage) Info(m string) {
20
log.Info(
"%s"
, m)
21
}
22
23
func
(l logPackage) Warning(m string) {
24
log.Error(
"%s"
, m)
Callers
7
start
Method · 0.80
showHelp
Function · 0.80
runEnable
Function · 0.80
onTestSuccess
Function · 0.80
cmdWorker
Function · 0.80
runTunnel
Function · 0.80
Init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected