Show / Hide Table of Contents

Class CollectCommandOptions

Inheritance
System.Object
CommandOptions
CollectorOptions
CollectCommandOptions
Inherited Members
CollectorOptions.CrawlArchives
CollectorOptions.DownloadCloud
CollectorOptions.EnableAllCollectors
CollectorOptions.EnableCertificateCollector
CollectorOptions.EnableComObjectCollector
CollectorOptions.EnableDriverCollector
CollectorOptions.EnableEventLogCollector
CollectorOptions.EnableFileSystemCollector
CollectorOptions.EnableFirewallCollector
CollectorOptions.EnableKeyCollector
CollectorOptions.EnableNetworkPortCollector
CollectorOptions.EnableProcessCollector
CollectorOptions.EnableRegistryCollector
CollectorOptions.EnableServiceCollector
CollectorOptions.EnableTpmCollector
CollectorOptions.EnableUserCollector
CollectorOptions.EnableWifiCollector
CollectorOptions.GatherHashes
CollectorOptions.GatherVerboseLogs
CollectorOptions.GatherWifiPasswords
CollectorOptions.Overwrite
CollectorOptions.RunId
CollectorOptions.SelectedDirectories
CollectorOptions.SkipDirectories
CollectorOptions.SelectedHives
CollectorOptions.SingleThread
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class CollectCommandOptions : CollectorOptions

Properties

| Improve this Doc View Source

MatchedCollectorId

Declaration
public string? MatchedCollectorId { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

FromCollectorOptions(CollectorOptions)

Declaration
public static CollectCommandOptions FromCollectorOptions(CollectorOptions opts)
Parameters
Type Name Description
CollectorOptions opts
Returns
Type Description
CollectCommandOptions
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX