일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- stack based buffer overflow
- Tutorial
- oh-my-zsh
- docker
- IMAGE_IMPORT_DESCRIPTOR
- ubuntu
- web
- NT Optional Header
- PE Header
- Windows 11
- DOS Stub
- samsung ctf
- BOF
- Buffer Overflow
- PE file format
- RVA
- GetProcAddress()
- NT File Header
- NT Header
- sctf 2021
- powerlevel10k
- zsh theme customization
- Windows
- 리버싱 핵심원리
- DOS Header
- IMAGE_EXPORT_DIRECTORY
- SQL Injection
- Windows Terminal
- attack vector
- WSL
Archives
- Today
- Total
목록attack vector (1)
나만의 메모노트

이번 문제는 ShellCode를 획득하는 문제다. 1. Check Stack Frame #include #include char name[16]; void bofme() { char payload[16]; puts("What's your name?"); printf("Name > "); fflush(stdout); scanf("%16s", name); printf("Hello, %s.\n", name); puts("Do you wanna build a snowman?"); printf(" > "); fflush(stdout); scanf("%s", payload); printf("!!!%s!!!\n", payload); puts("Good."); } int main() { system("echo 'Wel..
Security/CTF Write-Up
2021. 8. 30. 03:12