Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bettercap/bettercap
/ Exec
Method
Exec
session/module_handler.go:73–77 ·
view source on GitHub ↗
(args []string)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(h *ModuleHandler) Exec(args []string) error {
74
h.Lock()
75
defer
h.Unlock()
76
return
h.exec(args)
77
}
78
79
type
JSONModuleHandler
struct
{
80
Name string `json:
"name"
`
Callers
15
TestTickerHandlers
Function · 0.95
TestDBCLoadHandler
Function · 0.95
BenchmarkInjectHandler
Function · 0.95
BenchmarkChannelSet
Function · 0.95
BenchmarkTemplateSet
Function · 0.95
TestZeroGodShow
Function · 0.95
TestZeroGodShowFull
Function · 0.95
TestWiFiModuleFilters
Function · 0.95
TestWiFiModuleDeauth
Function · 0.95
TestWiFiModuleChannelHandler
Function · 0.95
TestWiFiModuleProbe
Function · 0.95
TestWiFiModuleFakeAuth
Function · 0.95
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
15
TestTickerHandlers
Function · 0.76
TestDBCLoadHandler
Function · 0.76
BenchmarkInjectHandler
Function · 0.76
BenchmarkChannelSet
Function · 0.76
BenchmarkTemplateSet
Function · 0.76
TestZeroGodShow
Function · 0.76
TestZeroGodShowFull
Function · 0.76
TestWiFiModuleFilters
Function · 0.76
TestWiFiModuleDeauth
Function · 0.76
TestWiFiModuleChannelHandler
Function · 0.76
TestWiFiModuleProbe
Function · 0.76
TestWiFiModuleFakeAuth
Function · 0.76