Adjusted attribute strings to match MSDN cases

unstable
Meatballs1 2012-06-22 18:33:54 +01:00
parent 3519aff146
commit 141195a5ae
1 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ class Metasploit3 < Msf::Post
epassword = node.attributes['cpassword']
next if epassword.to_s.empty?
user = node.attributes['userName']
user = node.attributes['username'] #lowercase in MSDN
path = node.attributes['path']
changed = node.parent.attributes['changed']
@ -245,7 +245,7 @@ class Metasploit3 < Msf::Post
epassword = node.attributes['cpassword']
next if epassword.to_s.empty?
user = node.attributes['userName']
user = node.attributes['username'] #lowercase in MSDN
path = node.attributes['path']
changed = node.parent.attributes['changed']
@ -262,7 +262,7 @@ class Metasploit3 < Msf::Post
epassword = node.attributes['cpassword']
next if epassword.to_s.empty?
user = node.attributes['userName']
user = node.attributes['username'] #lowercase in MSDN
dsn = node.attributes['dsn']
changed = node.parent.attributes['changed']