modified port and sname in db logging

unstable
Brandon McCann 2012-12-26 18:33:10 -06:00
parent 7147e7a09b
commit 073565c001
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,