This commit is contained in:
erwanlr
2018-11-02 08:31:52 +00:00
parent ae70a6df9d
commit 0fea814f5d

View File

@@ -60,12 +60,11 @@ module WPScan
end end
# @return [ Hash ] The params for Typhoeus::Request # @return [ Hash ] The params for Typhoeus::Request
# @note Those params can't be overriden by CLI options
def request_params def request_params
{ {
ssl_verifyhost: 2, timeout: 600,
ssl_verifypeer: true, connecttimeout: 300,
timeout: 300,
connecttimeout: 120,
accept_encoding: 'gzip, deflate', accept_encoding: 'gzip, deflate',
cache_ttl: 0 cache_ttl: 0
} }