Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemReader ¶
type SystemReader struct {
// contains filtered or unexported fields
}
SystemReader provides an interface to get goodies from a SYSTEM file.
func New ¶
func New(s string) (SystemReader, error)
New creates a new SystemReader pointing at the specified file.
func NewLive ¶
func NewLive() (SystemReader, error)
func (*SystemReader) BootKey ¶
func (l *SystemReader) BootKey() []byte
BootKey returns the bootkey extracted from the SYSTEM file
func (SystemReader) HasNoLMHashPolicy ¶
func (l SystemReader) HasNoLMHashPolicy() bool
HasNoLMHashPolicy returns true if no LM hashes are allowed per the SYSTEM file. A False response indicates that LM hashes may exist within the domain/machine.
Click to show internal directories.
Click to hide internal directories.