SpiderLabs / thicknet

TCP session interception and injection framework
GNU General Public License v3.0
56 stars 15 forks source link

mssql module assumes MARS support #1

Open nosteve opened 13 years ago

nosteve commented 13 years ago

Only SQL Server 2005 and newer will take the injection template in the mssql module. The template assumes MARS support and includes the Transaction Descriptor Header. Need to make sure the sled logic takes this into account and uses the right (MARS or non-MARS) template when injecting.

nosteve commented 13 years ago

http://msdn.microsoft.com/en-us/library/ms345109.aspx#marsins_topic7