你这是virus吧?

Posted codingplus

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了你这是virus吧?相关的知识,希望对你有一定的参考价值。

谁在我的vps上跑了这个?我的备份终于起一定作用了。

GO
declare @sql varchar(8000)
while (select count(*) from sysobjects where type=‘U‘)>0
begin
SELECT @sql=‘drop table ‘ + name
FROM sysobjects
WHERE (type = ‘U‘)
ORDER BY ‘drop table ‘ + name
exec(@sql) 
end

 

以上是关于你这是virus吧?的主要内容,如果未能解决你的问题,请参考以下文章

PHP必用代码片段

Cat Virus

Viruses!!!!!

利用Python进行SEPM virus definition自动下载:代码实现

宏Virus

Bzoj4044 Virus synthesis