fix error message after cleanup

unstable
jvazquez-r7 2012-10-03 18:44:33 +02:00
parent 0755cbe411
commit 51e70c44e3
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ class Metasploit3 < Msf::Auxiliary
sdata = [ 0x45, 97 - 8 + @state[c][:username].length].pack("CN")
sdata << "SFATAL"
sdata << "\x00"
sdata << "C28P01"
sdata << "\x00"
sdata << "Mpassword authentication failed for user \"#{@state[c][:username]}\""
sdata << "\x00"
sdata << "Fauth.c"