Added -Domain option for lsadump::dcsync in credentials/mimikatz/dcsync

1.6
Harmj0y 2015-08-24 01:33:12 -04:00
parent be637dd38a
commit 683e6403c3
1 changed files with 6 additions and 1 deletions

View File

@ -41,9 +41,14 @@ class Module:
'Value' : ''
},
'Username' : {
'Description' : 'Username to extract the hash for, blank for all local passwords.',
'Description' : 'Username to extract the hash for.',
'Required' : True,
'Value' : 'krbtgt'
},
'Domain' : {
'Description' : 'Specified (fqdn) domain to pull for the primary DC.',
'Required' : False,
'Value' : ''
}
}