[sqlmap-users] How close a connection in Microsoft SQL Server?
Brought to you by:
inquisb
From: Rodrigo Z. S. <rod...@gm...> - 2015-06-22 21:11:11
|
Hi. I found a SQL Injection place by error in Microsoft SQL Server. But... Every call it create a exception and it start a new connection. When the stack is full of connection because the sqlexception, it stop and faill. I need to wait the garbage collection close all this connection! The easy way to solve this is change the code from the page... But... We know I can't do it. How can I inject a SQL Command to close this connection. Can I do it with SQL? Or it will be useless because it will first fail and never execute the rest of SQL? |