regex question for removal of javascript malware

Posted by jeff on Stack Overflow See other posts from Stack Overflow or by jeff
Published on 2010-05-25T22:38:49Z Indexed on 2010/05/25 23:01 UTC
Read the original article Hit count: 379

Filed under:
|
|

Been hit with some nasty javascript malware on my site. I know that each offending code block starts with the following:

<script language=javascript><!-- 
(function()

and ends with

</script>

I'd like to remove the nasty bits via regex on windows, using some sort of freeware regex replacement tool. Any suggestions here? Thank You much.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about regex