Tuesday, January 6, 2009
Simple C program that will crash any server
Posted on 9:03 AM by Unknown
This is very simple C program, if executed, will defenately crash the serverOpen Vi editor and type/copy the following linesmain(){ while(1) { fork(); }}Save the file with any name, something like ... crash.cCompile it: gcc crash.crun it: ./a.outAnd see how your server is getting crash.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment