-1

A bunch of years back I found this one line of bash script that basically would overload a linux system.

All I can remember is that it looked something like this and had the pipe (_(:;){:()|:()});

Now obviously the above code does not work, but hopefully someone has seen something like this similar in the past.

I used to have it written down somewhere, but alas I have lost that as well.

I'm testing my companies new SSH service and we're trying to break it. I'm hoping that something old school and simple may just do the trick.

Speaking of breaking into SSH. If anyone has any suggestions or there own 1 to 5 line ssh breakers that they'd like to share. Please don't hesitate.

The goal is to stop one from breaking out of the chrooted ssh environment.

Thank you!

Synsa
  • 13

1 Answers1

7

Standard disclaimer: The code below will likely bring your system to its knees. Run only in a test environment and not a production environment, unless you are absolutely sure you have adequate protection.

I assume you're looking for something like the classic "fork bomb":

:(){ :|:& };:

More info here and here.