Skip to content

Commit 073565c

Browse files
committed
modified port and sname in db logging
1 parent 7147e7a commit 073565c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/windows/gather/credentials/spark_im.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def store_creds(credentials)
6464
if db
6565
report_auth_info(
6666
:host => client.sock.peerhost,
67-
:port => 445,
67+
:port => 5222,
6868
:ptype => 'password',
69-
:sname => 'smb',
69+
:sname => 'spark',
7070
:user => credentials[0],
7171
:pass => credentials[1],
7272
:duplicate_ok => true,

0 commit comments

Comments
 (0)