mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 05:05:25 +00:00
fix fuzzing self-contained input requirement (#4531)
This commit is contained in:
parent
c60b7f02f2
commit
f6ebe7f5f1
@ -303,6 +303,7 @@ func (request *Request) executeFuzzingRule(input *contextargs.Context, previous
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
input.MetaInput = &contextargs.MetaInput{Input: generated.URL()}
|
||||||
for _, rule := range request.Fuzzing {
|
for _, rule := range request.Fuzzing {
|
||||||
err = rule.Execute(&fuzz.ExecuteRuleInput{
|
err = rule.Execute(&fuzz.ExecuteRuleInput{
|
||||||
Input: input,
|
Input: input,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user