mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 23:15:26 +00:00
fixing internal bug for unsafe oob
This commit is contained in:
parent
bb1a0cb9cb
commit
777b75d305
@ -257,7 +257,7 @@ func (r *requestGenerator) handleRawWithPayloads(ctx context.Context, rawRequest
|
|||||||
if len(r.options.Options.CustomHeaders) > 0 {
|
if len(r.options.Options.CustomHeaders) > 0 {
|
||||||
_ = rawRequestData.TryFillCustomHeaders(r.options.Options.CustomHeaders)
|
_ = rawRequestData.TryFillCustomHeaders(r.options.Options.CustomHeaders)
|
||||||
}
|
}
|
||||||
unsafeReq := &generatedRequest{rawRequest: rawRequestData, meta: generatorValues, original: r.request}
|
unsafeReq := &generatedRequest{rawRequest: rawRequestData, meta: generatorValues, original: r.request, interactshURLs: r.interactshURLs}
|
||||||
return unsafeReq, nil
|
return unsafeReq, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user