mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:05:27 +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 {
|
||||
continue
|
||||
}
|
||||
input.MetaInput = &contextargs.MetaInput{Input: generated.URL()}
|
||||
for _, rule := range request.Fuzzing {
|
||||
err = rule.Execute(&fuzz.ExecuteRuleInput{
|
||||
Input: input,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user