Earlier quoted context omitted.
Maybe they should just publish a VM image.
Not a bad idea, but how do you keep people from peeking at the passwords with root access on their own VM?
Hack your way through Stripe's Capture the Flag
111–120 of 219 posts
They are asking for code or a brief description of how you proceeded through the steps. If you're going to take the time to document the process (correctly) then it shouldn't matter that you have the root password. Presumably you'd get stuck at some point where you couldn't explain how you achieved the subsequent step.
Re: Hack your way through Stripe's Capture the Flag
#112Is part of the challenge dealing with the server timeouts?
In all seriousness, thanks for this!
Re: Hack your way through Stripe's Capture the Flag
#113Earlier quoted context omitted.
We don't have an exposed way. We'll probably do a summary blog post in the future with stats though!
I've been trying to read $ history Failed. :) I figured that would of been an easy way to progress through the levels. Read bash history from other users.
(This would certainly work if you can read my history: I don't consider the level "complete" until I get it down to a short bash one-liner that prints out the password. ;P)
Re: Hack your way through Stripe's Capture the Flag
#114Re: Hack your way through Stripe's Capture the Flag
#115Just a quick note on the claimed fork bomb. It may not have been all that nice to other users, but there may have been a method to their madness:
http://dtors.org/2010/08/25/reversing-latest-exploid-release...
Re: Hack your way through Stripe's Capture the Flag
#116Can anyone give me a hint on level 02? I have absolutely no background in PHP, and only a little in HTML. If you wanna keep the message thread private you can email me too at billyman3 at gmail.
Re: Hack your way through Stripe's Capture the Flag
#117Re: Hack your way through Stripe's Capture the Flag
#118I got to level 5, but I think it is time to call it a night
Re: Hack your way through Stripe's Capture the Flag
#119Once they've run this for a while, I'd love to see a post and screencast on some of the techniques needed to solve it. I don't know much about this subject, and I'd enjoy having a chance to learn in a setting unlikely to get me arrested.
Re: Hack your way through Stripe's Capture the Flag
#120Just a quick note on the claimed fork bomb. It may not have been all that nice to other users, but there may have been a method to their madness: http://dtors.org/2010/08/25/reversing-latest-exploid-release...
ASLR and non-executable stack make level 4 a huge pain in the ass. (But it's not me doing that)