Add newname attr in gpp module
parent
7bcb9d1a45
commit
eefea8d9d3
|
@ -174,6 +174,7 @@ class Metasploit3 < Msf::Post
|
|||
user = node.attributes['accountName'] if node.attributes['accountName']
|
||||
user = node.attributes['username'] if node.attributes['username']
|
||||
user = node.attributes['userName'] if node.attributes['userName']
|
||||
user = node.attributes['newName'] if node.attributes['newName']
|
||||
|
||||
print_good "DOMAIN CONTROLLER: #{xmlfile[:dc]} DOMAIN: #{xmlfile[:domain]} USER: #{user} PASS: #{pass} "
|
||||
report_creds(user,pass)
|
||||
|
|
Loading…
Reference in New Issue