mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 19:55:26 +00:00
Fix target loading with input-mode (#5369)
This commit is contained in:
parent
42bb6d705f
commit
5cb32a4310
@ -68,6 +68,7 @@ func (i *HttpInputProvider) Iterate(callback func(value *contextargs.MetaInput)
|
||||
err := i.format.Parse(i.inputFile, func(request *types.RequestResponse) bool {
|
||||
return callback(&contextargs.MetaInput{
|
||||
ReqResp: request,
|
||||
Input: request.URL.String(),
|
||||
})
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user