Skip to content

Commit

Permalink
re-added debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAle98 committed Aug 19, 2022
1 parent 8bfba5c commit 28e52e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions implant/sliver/pivots/pivots.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,10 @@ func (p *NetConnPivot) write(message []byte) error {
}
total += n
if err != nil {
// {{if .Config.Debug}}
//
log.Printf("[pivot] Error writing message: %v", err)
// {{end}}
//
return err
}
Expand Down

0 comments on commit 28e52e4

Please sign in to comment.