TestimoX

API Reference

Interface

INullSessionChecker

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers abstract

Provides methods for validating anonymous SAM and null session configuration.

Methods

public abstract Boolean IsAnonymousSamAllowed(String dcName) #
Returns: Boolean

Determines whether anonymous SAM enumeration is permitted on the specified domain controller.

Parameters

dcName System.String requiredposition: 0
Domain controller name.

Returns

true if allowed; otherwise false.

public abstract Boolean IsNullSessionAllowed(String dcName) #
Returns: Boolean

Determines whether null sessions are permitted on the specified domain controller.

Parameters

dcName System.String requiredposition: 0
Domain controller name.

Returns

true if allowed; otherwise false.

public abstract Void ValidateAll() #
Returns: Void

Validates anonymous SAM and null session settings on all discovered domain controllers.

public abstract Void ValidateDc(String dcName) #
Returns: Void

Validates anonymous SAM and null session settings on the specified domain controller and logs warnings for insecure configurations.

Parameters

dcName System.String requiredposition: 0
Domain controller name.