extend iterate-all
support to template context
#3818
Labels
Type: Enhancement
Most issues will probably ask for additions or changes.
Please describe your feature request:
iterate-all
option which is only supported inhttp
protocol allows dynamically extracted values (more than 1) to be iteratedwhich resolves issue related to handling of array and more
link to how it is implemented in http protocol
nuclei/v2/pkg/protocols/http/request.go
Lines 438 to 440 in caedc8a
Implementation
iterate-all
to template context/level we need to add new internal method that must be implemented by all protocolssimilar to
nuclei/v2/pkg/protocols/http/request.go
Line 349 in caedc8a
executeFunc
will be used inExecuteWithResults
and will contain all logic exceptinput/target
for more details regarding implementation refer here
Describe the use case of this feature:
The text was updated successfully, but these errors were encountered: