IP Range port scanned 255 times

Same ip Range is port scanned 255 times and kept looping. Applicable to every 3.6 version available to date.

CS-52

Step-by-step guide

You can run the modified store procedured or manually update it.


Steps below for manual Change

  1. In SQL Management Studio expand Programmability ==> Stored Procedure
  2. Right click on IPRangeBatchEx_se and press Modify 
  3. Comment out line 28 like below
    1. --DELETE FROM [IPRangeBatch] WHERE [IPRangeID] IN ( SELECT [IPRangeID] FROM [IPRange] WHERE [StartIPBinary] IS NULL OR [EndIPBinary] IS NULL );