You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptString.new('LDAPDomain',[true,'The domain to authenticate to']),
63
63
OptString.new('LDAPUsername',[true,'The username to authenticate with, who must have permissions to update the TARGET_USERNAME']),
64
64
OptString.new('LDAPPassword',[true,'The password to authenticate with']),
65
65
OptEnum.new('UPDATE_LDAP_OBJECT',[true,'Either userPrincipalName or dNSHostName, Updates the necessary object of a specific user before requesting the cert.','userPrincipalName',%w[userPrincipalNamedNSHostName]]),
66
66
OptString.new('UPDATE_LDAP_OBJECT_VALUE',[true,'The account name you wish to impersonate','Administrator']),
67
-
OptString.new('TARGET_USERNAME',[true,'The username of the target LDAP object (the victim account).'],aliases: ['SMBUser']),
68
-
OptString.new('SMBUser',[true,'The username of the target LDAP object (the victim account) which the module will request a certificate on behalf of.'])
67
+
OptString.new('TARGET_USERNAME',[true,'The username of the target LDAP object (the victim account).'],aliases: ['SMBUser'])
0 commit comments