enable no-httpx when passive scan is launched (#3789)

This commit is contained in:
Dogan Can Bakir 2023-06-07 16:16:01 +03:00 committed by GitHub
parent b80cf85368
commit 512a481997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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