Skip to content

Commit b732418

Browse files
committed
Use datastore option
1 parent b5f5bac commit b732418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/f5_bigip_http_vs_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def bigip_http?(ip, port, ssl)
4747
'uri' => '/',
4848
'rport' => port,
4949
'SSL' => ssl,
50-
'timeout' => 1
50+
'timeout' => datastore['TIMEOUT']
5151
)
5252
return false unless res
5353
server = res.headers['Server']

0 commit comments

Comments
 (0)