Skip to content

Commit

Permalink
enable no-httpx when passive scan is launched (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored and RamanaReddy0M committed Jun 21, 2023
1 parent 0da821f commit 1da6a13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2/internal/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1da6a13

Please sign in to comment.