mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:15:27 +00:00
fix: input helper in executor options (#5712)
This commit is contained in:
parent
d68af67e6e
commit
aab2cadb64
@ -3,6 +3,7 @@ package nuclei
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/projectdiscovery/nuclei/v3/pkg/input"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
@ -171,6 +172,7 @@ func (e *NucleiEngine) init(ctx context.Context) error {
|
|||||||
ResumeCfg: types.NewResumeCfg(),
|
ResumeCfg: types.NewResumeCfg(),
|
||||||
Browser: e.browserInstance,
|
Browser: e.browserInstance,
|
||||||
Parser: e.parser,
|
Parser: e.parser,
|
||||||
|
InputHelper: input.NewHelper(),
|
||||||
}
|
}
|
||||||
if len(e.opts.SecretsFile) > 0 {
|
if len(e.opts.SecretsFile) > 0 {
|
||||||
authTmplStore, err := runner.GetAuthTmplStore(*e.opts, e.catalog, e.executerOpts)
|
authTmplStore, err := runner.GetAuthTmplStore(*e.opts, e.catalog, e.executerOpts)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user