#dreamhack
Read more stories on Hashnode
Articles with this tag
/ping 페이지에 접속하면 아래와 같은 화면이 나옵니다. 그래서 다중 명령어 기호인 ; 을 사용해 8.8.8.8;ls 입력을 해보았더니 요청한 형식과 일치시키라는 오류가 발생했습니다. 그래서 버프스위트를 이용해 데이터를 보내봤더니 아래와 같이 오류가...
// gcc -o tcache_dup tcache_dup.c -no-pie #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <unistd.h> char *ptr[10]; void...
// Name: tcache_poison.c // Compile: gcc -o tcache_poison tcache_poison.c -no-pie -Wl,-z,relro,-z,now #include <stdio.h> #include <stdlib.h> #include...