Merge branch 'spark_im.rb' of git://github.com/zeknox/metasploit-framework into zeknox-spark_im.rb

unstable
sinn3r 2012-12-26 18:58:34 -06:00
commit c75f48b404
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@ class Metasploit3 < Msf::Post
if db
report_auth_info(
:host => client.sock.peerhost,
:port => 445,
:port => 5222,
:ptype => 'password',
:sname => 'smb',
:sname => 'spark',
:user => credentials[0],
:pass => credentials[1],
:duplicate_ok => true,