Skip to content

Commit

Permalink
Update sessions.go
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Smith <csmith@bishopfox.com>
  • Loading branch information
cha0tic87 authored Sep 16, 2022
1 parent 62748ed commit 82e58c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handlers/sessions.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func tunnelDataHandler(implantConn *core.ImplantConnection, data []byte) *sliver
tunnelData := &sliverpb.TunnelData{}
proto.Unmarshal(data, tunnelData)

sessionHandlerLog.Debugf("[DATA] Sequence on tunel %d, %d, data: %s", tunnelData.TunnelID, tunnelData.Sequence, tunnelData.Data)
sessionHandlerLog.Debugf("[DATA] Sequence on tunnel %d, %d, data: %s", tunnelData.TunnelID, tunnelData.Sequence, tunnelData.Data)

rtunnel := rtunnels.GetRTunnel(tunnelData.TunnelID)
if rtunnel != nil && session.ID == rtunnel.SessionID {
Expand Down

0 comments on commit 82e58c7

Please sign in to comment.