MCPcopy
hub / github.com/shadow1ng/fscan / String

Method String

plugins/services/smb_protocol.go:31–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29)
30
31func (p SMBProtocol) String() string {
32 switch p {
33 case SMBProtocol1:
34 return "SMBv1"
35 case SMBProtocol2:
36 return "SMBv2"
37 default:
38 return "Unknown"
39 }
40}
41
42// SMBTarget 目标信息(一次探测,到处使用)
43type SMBTarget struct {

Callers 15

hexUnicodeToStringMethod · 0.45
SummaryMethod · 0.45
ScanMethod · 0.45
testAnonymousAccessMethod · 0.45
cleanResponseMethod · 0.45
sendCommandMethod · 0.45
startMS17010FakeServerFunction · 0.45
ExploitMethod · 0.45
logSMBInfoMethod · 0.45
ScanMethod · 0.45
ScanMethod · 0.45

Calls

no outgoing calls

Tested by 1

startMS17010FakeServerFunction · 0.36