modified port and sname in db logging
parent
7147e7a09b
commit
073565c001
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue