摘要:
Voldemort concealed his splitted soul inside 7 horcruxes.Find all horcruxes, and ROP it!author: jiwon choi ssh horcruxes@pwnable.kr -p2222 (pw:guest) 阅读全文
摘要:
Sometimes, pwnable is strange...hint: if this challenge is hard, you are a skilled player. ssh blukat@pwnable.kr -p2222 (pw: guest) 查看源码: #include <st 阅读全文
摘要:
Daddy! how can I exploit unlink corruption? ssh unlink@pwnable.kr -p2222 (pw: guest) 源码如下: #include <stdio.h> #include <stdlib.h> #include <string.h> 阅读全文
摘要:
Mommy! I think I know how to make shellcodes ssh asm@pwnable.kr -p2222 (pw: guest) 源码如下: #include <stdio.h> #include <string.h> #include <stdlib.h> #i 阅读全文
摘要:
Are you tired of hacking?, take some rest here.Just help me out with my small experiment regarding memcpy performance. after that, flag is yours. http 阅读全文
摘要:
Mommy, what is Use After Free bug? ssh uaf@pwnable.kr -p2222 (pw:guest) 题目里的文件可以用scp -r -P 2222 uaf@pwnable.kr:uaf /mnt/hgfs/share命令下载 题目是一个c++程序,源码如下 阅读全文
摘要:
Daddy bought me a system command shell.but he put some filters to prevent me from playing with it without his permission...but I wanna play anytime I 阅读全文
摘要:
Mommy! what is PATH environment in Linux? ssh cmd1@pwnable.kr -p2222 (pw:guest) 源码如下: #include <stdio.h> #include <string.h> int filter(char* cmd){ in 阅读全文
摘要:
Mommy! I made a lotto program for my homework.do you want to play? ssh lotto@pwnable.kr -p2222 (pw:guest) 源码如下: #include <stdio.h> #include <stdlib.h> 阅读全文
摘要:
Hey! check out this C implementation of blackjack game!I found it online* http://cboard.cprogramming.com/c-programming/114023-simple-blackjack-program 阅读全文