Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- dreamhack
- CodeEngn
- 순서도
- 워게임
- 시스템해킹
- Webhaking
- 리버싱
- 소프트웨어
- hacking
- network
- ftz
- XSS
- 웹해킹
- System
- 드림핵
- WarGame
- 네트워크
- 네트워크보안
- 웹
- webhacking
- 모의해킹
- 비박스
- reversing
- 소프트웨어보안
- 시스템
- bee-box
- 알고리즘
- Web
- 해킹
- TCP
Archives
- Today
- Total
목록셸코드 (1)
Without a Break

해킹 분야에서 상대 시스템을 공격하는 것을 익스플로잇(Exploit)이라고 부른다. 그 중, 쉘코드에 대해 알아보도록 하자. 셸코드(Shellcode) : 익스플로잇을 위해 제작된 어셈블리 코드 조작 orw 셸코드 : 파일을 열고 읽은 뒤 화면에 출력해주는 셸코드 syscall rax arg0 (rdi) arg1 (rsi) arg2 (rdx) read 0x00 unsigned int fd char *buf size_t count write 0x01 unsigned int fd const char *buf size_t count open 0x02 const char *filename int flags umode_t mode 1. int fd = open("/tmp/flag", O_RDONLY, NULL) ..
Pwnable/Dreamhack
2022. 10. 30. 17:26