mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
a2e49abfab
Apply request annotations during `unsafe` raw request generation so @Host/@timeout/etc affect the effective target and execution context. Strip leading annotation directives from `unsafe` wire bytes before sending, since `rawhttp` transmits raw payload verbatim and annotation lines can produce malformed HTTP requests. Close #6747 Signed-off-by: Dwi Siswanto <git@dw1.io>