You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fuzzing templates will only be loaded when -fuzz flag is used or -im is not list ( implicit enabling of fuzz)
$ ./nuclei -h fuzzNuclei is a fast, template based vulnerability scanner focusingon extensive configurability, massive extensibility and ease of use.Usage: ./nuclei [flags]Flags: -fuzz enable and run fuzzing templates
// LoadTargetsWithHttpData loads targets that contain http data from file it currently supports// multiple formats like burp xml,openapi,swagger,proxify json// Note: this is mutually exclusive with LoadTargets and LoadTargetsFromReaderfunc (e*NucleiEngine) LoadTargetsWithHttpData(filePathstring, filemodestring) error {
The text was updated successfully, but these errors were encountered:
Proposed Changes
-fuzz
flag is used or-im
is not list ( implicit enabling of fuzz)New SDK Options
The text was updated successfully, but these errors were encountered: