mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:05:23 +00:00
enable no-httpx when passive scan is launched (#3789)
This commit is contained in:
parent
b80cf85368
commit
512a481997
@ -90,6 +90,10 @@ func ParseOptions(options *types.Options) {
|
||||
options.UncoverEngine = append(options.UncoverEngine, "shodan")
|
||||
}
|
||||
}
|
||||
|
||||
if options.OfflineHTTP {
|
||||
options.DisableHTTPProbe = true
|
||||
}
|
||||
}
|
||||
|
||||
// validateOptions validates the configuration options passed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user