Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain_Account_F ¶
type Domain_Account_F struct { Data []byte // contains filtered or unexported fields }
func NewF ¶
func NewF(b []byte) Domain_Account_F
type SAMEntries ¶
type SAMEntries struct {
Username, FullName, Comment,
UserComment,
Homedir,
HomedirConnect,
ScriptPath,
ProfilePath,
Workstations,
HoursAllowed,
LMHash,
NTLMHash,
NTLMHistory,
LMHistory SAMEntry
// contains filtered or unexported fields
}
type SAMHashAES ¶
type SAMHashAES struct { SAMHashAESInfo Hash []byte }
func NewSamHashAES ¶
func NewSamHashAES(b []byte) SAMHashAES
type SAMHashAESInfo ¶
type SAMKeyData ¶
type SAMKeyDataAES ¶
type SamReader ¶
type SamReader struct {
// contains filtered or unexported fields
}
func (SamReader) GetOutChan ¶
func (d SamReader) GetOutChan() <-chan ditreader.DumpedHash
GetOutChan returns a reference to the objects output channel for read only operations
type User_Account_V ¶
type User_Account_V struct { SAMEntries Data []byte }
func (User_Account_V) UsernameString ¶
func (u User_Account_V) UsernameString() string
Click to show internal directories.
Click to hide internal directories.