mirror of https://github.com/daffainfo/nuclei.git
Added verbose log support
parent
a12051799d
commit
07ffe3319a
|
@ -273,6 +273,7 @@ func (e *Request) executeRequest(reqURL string, request *generatedRequest, dynam
|
|||
e.options.Progress.DecrementRequests(1)
|
||||
return nil, err
|
||||
}
|
||||
gologger.Verbose().Msgf("Sent request to %s", reqURL)
|
||||
e.options.Output.Request(e.options.TemplateID, reqURL, "http", err)
|
||||
|
||||
duration := time.Since(timeStart)
|
||||
|
@ -318,11 +319,6 @@ func (e *Request) executeRequest(reqURL string, request *generatedRequest, dynam
|
|||
}
|
||||
}
|
||||
|
||||
// var matchData map[string]interface{}
|
||||
// if payloads != nil {
|
||||
// matchData = generators.MergeMaps(result.historyData, payloads)
|
||||
// }
|
||||
|
||||
// store for internal purposes the DSL matcher data
|
||||
// hardcode stopping storing data after defaultMaxHistorydata items
|
||||
//if len(result.historyData) < defaultMaxHistorydata {
|
||||
|
|
Loading…
Reference in New Issue