Hacker News new | past | comments | ask | show | jobs | submit login

I keep getting this:

    level01@ctf:/tmp/tmp.c6PoABNv99$ ls
    bash: fork: retry: Resource temporarily unavailable



Someone set us up the (fork)bomb. That didn't take long. Sadly it's a bit silly and ruins all the fun for the rest of us :-/


Could something like this (http://www.cyberciti.biz/tips/linux-limiting-user-process.ht...) be quickly implemented on the server?


Yep, that's why you're seeing that error message rather than the machine immediately grinding to a halt!

(Please don't forkbomb it, though.)


I think people must be brute-forcing level03 instead of figuring out how to calculate the index they need?! That could work but you won't know how address math/pointer math actually works. This isn't really fair to yourself, you'll be skipping out on understanding what a word size is.

But, for those uninterested in the minutiae of how it actually works if you are going to brute force this please compile this application on your OWN 64-bit system (gcc -g -o level03 level03.c) and run your nasty for() loop there so you aren't hosing the processes on this system!


Sociopaths...


Bumping rlimit! Should be good for now.


Yeah it sucks I thought I was going to have fun tonight but the script kiddies had to go and ruin it by hosing the machine.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: