Skip to content

Commit 38af8ba

Browse files
committed
Merge branch 'feature/sqli-exploitation-mssql' of github.com:tasos-r7/metasploit-framework into tasos-r7-feature/sqli-exploitation-mssql
2 parents 470a9be + 0421cff commit 38af8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def perform_request
9999
'vars_post' => post,
100100
'headers' => headers,
101101
'cookie' => cookies
102-
}, 0.01 )
102+
}, 10 )
103103
end
104104

105105
#

0 commit comments

Comments
 (0)