mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 21:25:26 +00:00
removed formatting dirctive as string builder is used - Closes #220
This commit is contained in:
parent
ed855c9224
commit
39fc9736d0
@ -99,9 +99,7 @@ func (e *HTTPExecuter) writeOutputHTTP(req *requests.HTTPRequest, resp *http.Res
|
||||
builder.WriteString("] ")
|
||||
}
|
||||
|
||||
// Escape the URL by replacing all % with %%
|
||||
escapedURL := strings.ReplaceAll(URL, "%", "%%")
|
||||
builder.WriteString(escapedURL)
|
||||
builder.WriteString(URL)
|
||||
|
||||
// If any extractors, write the results
|
||||
if len(extractorResults) > 0 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user