摘要: Voldemort concealed his splitted soul inside 7 horcruxes.Find all horcruxes, and ROP it!author: jiwon choi ssh horcruxes@pwnable.kr -p2222 (pw:guest) 阅读全文
posted @ 2021-09-29 22:51 hktk1643 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Sometimes, pwnable is strange...hint: if this challenge is hard, you are a skilled player. ssh blukat@pwnable.kr -p2222 (pw: guest) 查看源码: #include <st 阅读全文
posted @ 2021-09-29 22:09 hktk1643 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Daddy! how can I exploit unlink corruption? ssh unlink@pwnable.kr -p2222 (pw: guest) 源码如下: #include <stdio.h> #include <stdlib.h> #include <string.h> 阅读全文
posted @ 2021-09-29 21:57 hktk1643 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-09-29 20:40 hktk1643 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-09-29 20:05 hktk1643 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 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++程序,源码如下 阅读全文
posted @ 2021-09-29 19:37 hktk1643 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-09-29 13:31 hktk1643 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-09-29 13:14 hktk1643 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 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> 阅读全文
posted @ 2021-09-29 13:09 hktk1643 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Hey! check out this C implementation of blackjack game!I found it online* http://cboard.cprogramming.com/c-programming/114023-simple-blackjack-program 阅读全文
posted @ 2021-09-29 00:20 hktk1643 阅读(294) 评论(0) 推荐(0) 编辑