MCPcopy
hub / github.com/dreadl0ck/netcap / SMBFileExtractor

Struct SMBFileExtractor

decoder/stream/smb/smb_file_extractor.go:31–31  ·  view source on GitHub ↗

SMBFileExtractor implements file extraction for SMB file share operations

Source from the content-addressed store, hash-verified

29
30// SMBFileExtractor implements file extraction for SMB file share operations
31type SMBFileExtractor struct{}
32
33// GetFileHandle generates a unique identifier for an SMB file transfer
34func (s *SMBFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected