Fixed typo in the windows autlogin post module

unstable
David Maloney 2011-12-26 11:17:17 -08:00
parent a00937b4d8
commit 05f3af1e77
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Metasploit3 < Msf::Post
print_good("AltDomain=#{do2}, AltUser=#{du2}, AltPassword=#{dp2}")
elsif do2 != '' and du2 != '' and dp2 != ''
has_al = 1
creds << [du2,dp2,d02]
creds << [du2,dp2,do2]
print_good("AltDomain=#{do2}, AltUser=#{du2}, AltPassword=#{dp2}")
end