mirror of https://github.com/daffainfo/nuclei.git
adding stats to multithreades requests (eg fuzzing)
parent
d5665081c8
commit
0dea929665
|
@ -236,6 +236,7 @@ func (e *HTTPExecuter) ExecuteParallelHTTP(p *progress.Progress, reqURL string)
|
|||
}
|
||||
}(request)
|
||||
}
|
||||
p.Update()
|
||||
e.bulkHTTPRequest.Increment(reqURL)
|
||||
}
|
||||
swg.Wait()
|
||||
|
|
Loading…
Reference in New Issue