TestimoX

API Reference

Class

SmbShareContentScanner

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers static

Builds normalized recursive evidence packages for SMB shares.

Inheritance

  • Object
  • SmbShareContentScanner

Methods

public static SmbShareEvidencePackage Scan(SmbShareContentScanOptions options) #
Returns: SmbShareEvidencePackage

Scans share roots recursively and returns a normalized evidence package.

Parameters

options ComputerX.Smb.SmbShareContentScanOptions requiredposition: 0
Content scan options.

Returns

Normalized share evidence package.

Examples


SmbShareEvidencePackage package = SmbShareContentScanner.Scan(new SmbShareContentScanOptions
{
    ComputerName = "FS01",
    ShareNames = new[] { "Finance" },
    MaxDepth = 3,
    IncludeFiles = true
});