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
vprint_error("Failed to parse ms-app-policies from certificate with subject:\"#{cert.subject.to_s}\" and issuer:\"#{cert.issuer.to_s}\". #{e.class}: #{e.message}")
435
+
end
430
436
end
437
+
438
+
# extendedKeyUsage - SEQUENCE OF OBJECT IDENTIFIER
vprint_error("Failed to parse extendedKeyUsage from certificate with subject:\"#{cert.subject.to_s}\" and issuer:\"#{cert.issuer.to_s}\". #{e.class}: #{e.message}")
Copy file name to clipboardExpand all lines: modules/auxiliary/admin/dcerpc/esc_update_ldap_object.rb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ def initialize(info = {})
67
67
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]]),
68
68
OptString.new('UPDATE_LDAP_OBJECT_VALUE',[true,'The account name you wish to impersonate','Administrator']),
69
69
OptString.new('TARGET_USERNAME',[true,'The username of the target LDAP object (the victim account).'],aliases: ['SMBUser']),
70
-
OptString.new('TARGET_PASSWORD',[false,'The password of the target LDAP object (the victim account). If left blank, Shadow Credentials will be used to authenticate as the TARGET_USERNAME'],aliases: ['SMBPass'])
70
+
OptString.new('TARGET_PASSWORD',[false,'The password of the target LDAP object (the victim account). If left blank, Shadow Credentials will be used to authenticate as the TARGET_USERNAME'],aliases: ['SMBPass']),
71
+
OptString.new('CertificateAuthorityRhost',[false,'The IP Address of the CA. The module will attempt to resolve this via DNS if this is not set'])
0 commit comments