Yet another writeup for the Padocon 2011.
This time, i'm gonna talk about karma200, a level that we did not validate during the CTF, but i was curious to see how i could exploit it, so i worked on it with Mysterie, kutio, teach and others these last few days.
Like for karma100, we had ssh credentials to a linux box and found a setuid binary called attackme in the home directory. Here is the source code:
/* * Enjoy! * * * * */ #include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc,char **argv) { char buf[4]; if(argc != 2 ...
2 Commentaires / Lire la suite...


