Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shadow1ng/fscan
/ LogDebug
Function
LogDebug
common/logger.go:71–71 ·
view source on GitHub ↗
LogDebug 输出调试日志
(msg string)
Source
from the content-addressed store, hash-verified
69
70
// LogDebug 输出调试日志
71
func
LogDebug(msg string) { getGlobalLogger().Debug(msg) }
72
73
// LogInfo 输出信息日志
74
func
LogInfo(msg string) { getGlobalLogger().Info(msg) }
Callers
15
EnhancedPortScan
Function · 0.92
scanSinglePort
Function · 0.92
verifyProxyConnectionDeep
Function · 0.92
waitAdaptive
Function · 0.92
GetInfo
Method · 0.92
handleHardMatch
Method · 0.92
handleNoMatch
Method · 0.92
executePOCs
Function · 0.92
reverseCheck
Function · 0.92
init
Function · 0.92
probeTarget
Function · 0.92
handleSocks5Request
Method · 0.92
Calls
2
getGlobalLogger
Function · 0.85
Debug
Method · 0.80
Tested by
no test coverage detected