| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- powerlevel10k
- web
- attack vector
- NT File Header
- IMAGE_EXPORT_DIRECTORY
- docker
- BOF
- Windows Terminal
- Tutorial
- WSL
- Buffer Overflow
- PE file format
- NT Optional Header
- sctf 2021
- ubuntu
- DOS Stub
- zsh theme customization
- stack based buffer overflow
- 리버싱 핵심원리
- Windows 11
- oh-my-zsh
- samsung ctf
- IMAGE_IMPORT_DESCRIPTOR
- DOS Header
- RVA
- Windows
- PE Header
- GetProcAddress()
- SQL Injection
- NT Header
Archives
- Today
- Total
목록shellcode (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