실적 : X
공부한 내용 :
- Kernel of Linux
- Dreamhack
Kernel of Linux
- Introduction - https://msh1307.tistory.com/57
Kern Koh Kernel of Linux Introduction 정리
What is an Operating System? user와 computer hardware 사이에서 intermediary 역할을 해주는 program이다. Operating System의 goals: - user program Execution - 문제 해결 쉽게 - computer system을 사용하..
msh1307.tistory.com
- System call - https://msh1307.tistory.com/58
Kern Koh Kernel of Linux System Call 정리
Why protection is necessary in Linux Linux : Multi-user Protection - Yes Resource - minimize - Text mode CUI(Character User Interface) - Total silent Windows Single-user Protection - Little Resource..
msh1307.tistory.com
- Process management - https://msh1307.tistory.com/59
Kern Koh Kernel of Linux Process Management 정리
kernel은 hardware을 관리해야됨 또한 program들이 잘 돌아갈 수 있도록 잘 받쳐줘야함 hardware 관리를 위해 metadata를 가지는 internal data structure를 가지고 있음 - ex) disk 같은 경우엔 어떤 sector가..
msh1307.tistory.com
- Scheduling - https://msh1307.tistory.com/61
Kern Koh Kernel of Linux Scheduling 정리
Linux에서는 기본적으로 Priority가 제일 높은애가 run함 근데 remaining timeslice가 있는지도 고려함 preempted task는 timeslice 남았고, task가 ready 상태일때 나중에 remaining timeslice를 쓸 수 있음 위..
msh1307.tistory.com
Dreamhack
- 풀면서 얻은게 많았던 문제들만 일부 올려봤습니다.
- 라업은 다른 링크로
- basic_exploitation_002 - https://dreamhack.io/wargame/challenges/4/
basic_exploitation_002
Description 이 문제는 서버에서 작동하고 있는 서비스(basicexploitation002)의 바이너리와 소스 코드가 주어집니다. 프로그램의 취약점을 찾고 익스플로잇해 셸을 획득한 후, "flag" 파일을 읽으세요. "fla
dreamhack.io
- Dream's Notepad - https://dreamhack.io/wargame/challenges/405/
Dream's Notepad
드림이가 메모장 프로그램을 만들었어요! 취약점을 찾아 드림이가 숨겨둔 메모인 플래그를 읽어보세요!
dreamhack.io
- DreamSanta's Present - https://dreamhack.io/wargame/challenges/404/
DreamSanta's Present
크리스마스 기념 드림산타가 선물을 준비했어요!! 취약점, 플래그, 쉘도 맘대로 준다던데..?
dreamhack.io
string
Description 이 문제는 서버에서 작동하고 있는 서비스(string)의 바이너리와 소스 코드가 주어집니다. 프로그램의 취약점을 찾고 익스플로잇해 셸을 획득한 후, "flag" 파일을 읽으세요. "flag" 파일의
dreamhack.io