Live data from Hacker News

Hack your way through Stripe's Capture the Flag

stripe.com

111–120 of 219 posts

Re: Hack your way through Stripe's Capture the Flag

#111
post #85

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?

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

#113
post #90

Earlier 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

#114
post #22

Earlier quoted context omitted.

EDIT: doh, didn't know we had write access to /tmp, that makes it easy

When you first connect, you are in a /tmp/tmp.something directory which you can edit.

You can also do cd $(mktemp -d) and get a new one if you need another one.

Re: Hack your way through Stripe's Capture the Flag

#117

anyone have any good resources for understanding the basics of all of this?

The venerable CMU binary bomb assignment covers a lot of useful concepts.

Haha we just had that last week ( finished Buffer Overflow Lab a few hours ago! ), its definitely helping.

Re: Hack your way through Stripe's Capture the Flag

#120
post #115

Just 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)
Post reply on HN