#write-up
Read more stories on Hashnode
Articles with this tag
/ping 페이지에 접속하면 아래와 같은 화면이 나옵니다. 그래서 다중 명령어 기호인 ; 을 사용해 8.8.8.8;ls 입력을 해보았더니 요청한 형식과 일치시키라는 오류가 발생했습니다. 그래서 버프스위트를 이용해 데이터를 보내봤더니 아래와 같이 오류가...
해당 IP 주소를 nmap으로 스캔했습니다. telnet 포트가 열려 있는게 보입니다. 한번 접속해보겠습니다. root 를 사용자명에 입력했더니 root 계정으로 접속되었습니다. Task 1 : What does the acronym VM stand...
hacker@dynamic-allocator-misuse-level-1-0:~$ /challenge/babyheap_level1.0 ### ### Welcome to /challenge/babyheap_level1.0! ### This challenge allows...
gef> disas main No symbol table is loaded. Use the "file" command. gef> info func All defined functions: Non-debugging symbols: 0x08048060 ...
// 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...