Add newname attr in gpp module

unstable
David Maloney 2012-06-23 17:51:58 -05:00
parent 7bcb9d1a45
commit eefea8d9d3
1 changed files with 1 additions and 0 deletions

View File

@ -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)