Skip to content

Commit

Permalink
Fix target loading with input-mode (projectdiscovery#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M authored Jul 8, 2024
1 parent 42bb6d7 commit 5cb32a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/input/provider/http/multiformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5cb32a4

Please sign in to comment.