diff --git a/lib/wpscan/db/updater.rb b/lib/wpscan/db/updater.rb index 1ee3e176..a223d700 100644 --- a/lib/wpscan/db/updater.rb +++ b/lib/wpscan/db/updater.rb @@ -60,12 +60,11 @@ module WPScan end # @return [ Hash ] The params for Typhoeus::Request + # @note Those params can't be overriden by CLI options def request_params { - ssl_verifyhost: 2, - ssl_verifypeer: true, - timeout: 300, - connecttimeout: 120, + timeout: 600, + connecttimeout: 300, accept_encoding: 'gzip, deflate', cache_ttl: 0 }