Live data from Hacker News

Hack your way through Stripe's Capture the Flag

stripe.com

71–80 of 219 posts

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

#74
post #44
post #36

Earlier quoted context omitted.

I've been playing with nm, but without a hex editor I feel crippled :/

gdb works fine. (gdb) x/4x fns 0xffeaa0cc: 0x080485e4 0x08048640 0x0804869c 0x08048719 (gdb) x run 0x804875b : 0x83e58955 (gdb) gdb) x/40x (void*)fns-0x40 etc.

Well, I got my math right to tweak the index I think and now the system is unavailable. Blasted!

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

#77

uh oh, remote host identification has changed... new host or mitm? as this is a cracker-centric event, i'm now very hesitant to reconnect... perhaps you could publish the correct fingerprint somewhere?

same...hopefully it will get resolved soon.

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

#78

uh oh, remote host identification has changed... new host or mitm? as this is a cracker-centric event, i'm now very hesitant to reconnect... perhaps you could publish the correct fingerprint somewhere?

same...hopefully it will get resolved soon.

New host :). We brought up a new machine for this, and didn't copy over the SSH keys.

Never hurts to be paranoid though.

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

#79
You should note that the SSH key has been changed.

  $ dsocks.sh ssh level01@ctf.stri.pe
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  It is also possible that a host key has just been changed.
  The fingerprint for the RSA key sent by the remote host is
  74:67:32:4a:04:b8:9f:05:b6:e8:29:43:26:12:75:11.
  Please contact your system administrator.
  Add correct host key in /home/jcr/.ssh/known_hosts to get rid of this message.
  Offending RSA key in /home/jcr/.ssh/known_hosts:8
  RSA host key for ctf.stri.pe has changed and you have requested strict checking.
  Host key verification failed.
  
It may be something harmless/simple like round-robin DNS combined with a failure to replicate the key, or more likely, someone has rooted the box.

EDIT: As confirmed by gdb and ab below, there's a good reason for the key change.

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

#80
post #79

You should note that the SSH key has been changed. $ dsocks.sh ssh level01@ctf.stri.pe @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a hos…

I'm estimating they booted a few new EC2 systems up. Right before the system got a new key it was unavailable.
Post reply on HN