我想知道我是否可以帮助为这行代码创建正则表达式:
document.write('<iframe src="http://msn.com" scrolling="auto" frameborder="no" align="center" height="7" width="7"></iframe>');
发生的情况是病毒通过在末尾添加您提到的代码行来输入和编辑所有 javascript 文件 (.js)。我将使用本出版物的脚本 ( http://crear-paginas-web.blogspot.com/2010/04/archivos-php-hackeados-con.html ),但我需要新的正则表达式来实现。我一直在尝试自己做,但据我所知已经得到了回报:
/document[.]write\(\'\<iframe src\=\"http\:\/\/(msn.com)\" scrolling\=\"auto\" frameborder\=\"no\" align\=\"center\" height\=\"7\" width\=\"\7\"\>\<\/iframe\>+\'\);/
我希望你能帮助我,问候。