用grep查了下,受影响的文件有369个。
可以通过find或者sed把这些黑内容给清除掉吗?
黑内容如下:
<table style="margin-top: 20px;" align="center" width="968" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="450"><style type="text/css">
#weblink1{width:100px;height:20px;line-height:20px;main-left:0px;main-bottom:10px;overflow:hidden;position:absolute;top:600px;left:0px;}
#weblink1 a{display:block;font-size:12px;line-height:20px;text-decoration:none;font-family:Arial;cursor: default;}
</style>
<div id="weblink1"><a href="/">.</a><a href="/">.</a>
…… (此处为一行又一行的链接)
</div>
提问一:想请问下这些内容是通过什么方式写入的?
提问二:能通过正则判断把这些黑内容一次替换掉吗?
提问三:是因为账号被泄露,还是因为程序有漏洞呢?
谢谢.
可以通过find或者sed把这些黑内容给清除掉吗?
黑内容如下:
<table style="margin-top: 20px;" align="center" width="968" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="450"><style type="text/css">
#weblink1{width:100px;height:20px;line-height:20px;main-left:0px;main-bottom:10px;overflow:hidden;position:absolute;top:600px;left:0px;}
#weblink1 a{display:block;font-size:12px;line-height:20px;text-decoration:none;font-family:Arial;cursor: default;}
</style>
<div id="weblink1"><a href="/">.</a><a href="/">.</a>
…… (此处为一行又一行的链接)
</div>
提问一:想请问下这些内容是通过什么方式写入的?
提问二:能通过正则判断把这些黑内容一次替换掉吗?
提问三:是因为账号被泄露,还是因为程序有漏洞呢?
谢谢.