Viewing 5 posts - 1 through 5 (of 5 total)
I see it is sql injection ,but why all of those 12000 Web Site have same effect at same day with same scripts? Isn't sounds a Virus cause the same...
September 30, 2009 at 12:56 pm
Please Give me some info about the cause of this problem,Im trying to find the same specially after find more than 12000 website have been infected by same Injection/virus...
September 30, 2009 at 8:45 am
I found the attacker in the log with same script but with different IP and from Chile
September 29, 2009 at 6:48 am
I got Same Attack at same date "25/9/2009"
September 29, 2009 at 5:55 am
you Can use thos SP to Replace all of YOUR Infected records :
1- Create SP
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER PROC [dbo].[SearchReplaceAllTables]
(
@SearchStr nvarchar(100)
)
AS
BEGIN
-- Copyright © 2002 Narayana Vyas Kondreddi. All...
September 29, 2009 at 3:42 am
Viewing 5 posts - 1 through 5 (of 5 total)