Earlier quoted context omitted.
ASLR and non-executable stack make level 4 a huge pain in the ass. (But it's not me doing that)
Update: they helped a brother out, and the stack is actually executable on those binaries. I found out after mailing the organizers in exasperation. I was under this impression because newly-compiled binaries had no-exec on the stack, and I was off by a little when I tried to exploit it the first time. Doh!
Hack your way through Stripe's Capture the Flag
191–200 of 219 posts
Re: Hack your way through Stripe's Capture the Flag
#192Earlier quoted context omitted.
The whole point is that you're supposed to find vulnerabilities in what you have access to and exploit them to view contents of things you don't have permission to.
I replaced the date with my own script, but it still gets executed as level01 user
Re: Hack your way through Stripe's Capture the Flag
#193The asshole who fork bombed it is boasting on Reddit: http://www.reddit.com/r/programming/comments/q1qii/want_to_t... Anyone else not at all surprised who it is?
Re: Hack your way through Stripe's Capture the Flag
#194Re: Hack your way through Stripe's Capture the Flag
#195Earlier quoted context omitted.
I am. I think their server must be overloaded. I bookmarked the blog post announcing this and I'm going to try again tomorrow.
Yeah, we're rebooting. Should be up in a few more minutes. Sorry about that.
Re: Hack your way through Stripe's Capture the Flag
#196Re: Hack your way through Stripe's Capture the Flag
#197The asshole who fork bombed it is boasting on Reddit: http://www.reddit.com/r/programming/comments/q1qii/want_to_t... Anyone else not at all surprised who it is?
Anyone have any suggestions for preventing this on sandbox systems?
Is it not that simple?
Re: Hack your way through Stripe's Capture the Flag
#198Re: Hack your way through Stripe's Capture the Flag
#199I feel like I just leveled up in programming several times by completing level 3 :)
Re: Hack your way through Stripe's Capture the Flag
#200Earlier quoted context omitted.
Anyone have any suggestions for preventing this on sandbox systems?
Googling it says limit user processes via /etc/security/limits.conf http://goo.gl/RJJhN Is it not that simple?