Show / Hide Table of Contents

Class GuidedModeCommandOptions

Inheritance
System.Object
CommandOptions
CollectorOptions
GuidedModeCommandOptions
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.SelectedHives
CollectorOptions.SingleThread
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class GuidedModeCommandOptions : CollectorOptions

Properties

| Improve this Doc View Source

AnalysesFile

Declaration
public string AnalysesFile { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ApplySubObjectRulesToMonitor

Declaration
public bool ApplySubObjectRulesToMonitor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DisableAnalysis

Declaration
public bool DisableAnalysis { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Duration

Declaration
public int Duration { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

EnableFileSystemMonitor

Declaration
public bool EnableFileSystemMonitor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ExplodedOutput

Declaration
public bool ExplodedOutput { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

FileNamesOnly

Declaration
public bool FileNamesOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MonitoredDirectories

Declaration
public List<string> MonitoredDirectories { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

OutputPath

Declaration
public string OutputPath { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RunScripts

Declaration
public bool RunScripts { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SaveToDatabase

Declaration
public bool SaveToDatabase { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX