Skip to content

Commit

Permalink
Update httpclient.go - use updated uri for debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Makram Ghatas <[email protected]>
  • Loading branch information
TimBF authored Jan 7, 2025
1 parent 52b1c7b commit 3d70247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implant/sliver/transports/httpclient/httpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func (s *SliverHTTPClient) ReadEnvelope() (*pb.Envelope, error) {
s.NonceQueryArgument(uri, nonce)
req := s.newHTTPRequest(http.MethodGet, uri, nil)
// {{if .Config.Debug}}
log.Printf("[http] GET -> %s", uri)
log.Printf("[http] GET -> %s", req.URL)
// {{end}}
resp, rawRespData, err := s.DoPoll(req)
if err != nil {
Expand Down

0 comments on commit 3d70247

Please sign in to comment.