linux-virus
linux-virus copied to clipboard
A simple virus of linux. It can get root and destory your system.(这是一个简单的linux下的病毒,它仅能得到root权限和感染文件并进行破坏)
About
这个是linux下病毒的一个最简易版本,包含的功能有:
- 得到root权限
- 感染文件
- 进行破坏
通过一些linux下的系统调用来实现的。
得到root权限是通过 CVE-2010-4258,CVE-2010-3849,CVE-2010-3850这三个漏洞,主要是Econnet protocol 的漏洞来实现的,并且只针对特定的Linux内核版本有效。