anyone have any good resources for understanding the basics of all of this?
Hack your way through Stripe's Capture the Flag
71–80 of 219 posts
Re: Hack your way through Stripe's Capture the Flag
#72Re: Hack your way through Stripe's Capture the Flag
#73Anyone having trouble connecting to this?
Re: Hack your way through Stripe's Capture the Flag
#74Earlier 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.
Re: Hack your way through Stripe's Capture the Flag
#75Re: Hack your way through Stripe's Capture the Flag
#76Re: Hack your way through Stripe's Capture the Flag
#77uh 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?
Re: Hack your way through Stripe's Capture the Flag
#78uh 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.
Never hurts to be paranoid though.
Re: Hack your way through Stripe's Capture the Flag
#79 $ 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
#80You 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…