Skip to content

Commit

Permalink
Edited: about
Browse files Browse the repository at this point in the history
  • Loading branch information
stgst committed Aug 12, 2024
1 parent 87db4e6 commit 4848018
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
Binary file removed src/assets/images/demo-avatar.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const navBarConfig: NavBarConfig = {
export const profileConfig: ProfileConfig = {
avatar: 'assets/images/avatar.jpeg', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
name: 'xiung',
bio: '16yo / T-school',
bio: '🇹🇼 16yo / T-school',
links: [
// {
// name: 'Twitter',
Expand Down
35 changes: 35 additions & 0 deletions src/content/posts/ais3-2024/ais3-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: AIS3 2024 心得
published: 2024-08-12
description: '在高一升高二的這年,我參加了從國中就開始嚮往的課程'
image: './banner.jpg'
tags: [Life]
category: 'Life'
draft: true
---

前言
===

自從國二升國三參加完第一屆的 AIS3 Junior 之後,就開啟了我在資安領域的探索。從 Web 的練習題開始到一年後試著參加 weight 較低的 CTF 競賽,使我的視野逐漸的變得寬廣。在高一下學期,我挑戰了 MyFirstCTF,並成功的取得了第 10 名的成績,也是我能夠成功錄取 AIS3 的原因。

收到錄取通知後,由於我手中的筆電是 M1 的 Macbook,所以為了虛擬機的安裝處理了很久。嘗試了 UTM x86 的模擬功能,也試著使用 CTX 建立機器。但都因為效能和空間配置的關係,而沒有辦法建置太多的虛擬機,甚至無法正常使用。最後我和同樣參加 AIS3 的朋友借用了在國外租賃的實體主機,才得以解決上課的需求。

那些我完全聽不懂的課程
===

從第一堂課開始,我發現了這個課程的難度和挑戰性比我想像中的還高。當我聽到一些我不知道的專有名詞時,我感到慌張卻也因為課程的步調快,而沒辦法在當下就整理出課程的內容。我只能在課後看著 HackMD 的共筆,一一去查找資料再重新理解這堂課的重點知識。這讓我感受到挫折,但也同時在激勵我朝著新的領域出發。

印象中,最讓我受挫的就是一堂關於 Pwn 技術的課程「Gadget 不只有 POP 可以用」。在 AIS3 之前,我完全沒有接觸過任何關於 Reverse 或 Pwn 的經驗,只有單純的摸索和簡單的逆向操作。所以在課程中,我嘗試努力的去理解 ROP 的原理,但想當然.. 在這堂課的收穫是極少的。不過因為專題的需求,我後續開始入門了一些 Pwn 的基礎知識,也在隊友的幫助下,得到了一些很有幫助的資源。回過頭去看了這堂課的共筆和簡報,也還是讓我有所收穫。

**「也許這次聽不懂,也許這次沒有辦法在技術上有太多的突破。但是下一次我一定要滿載而歸。」**

這是我在碰到挫折的當下,還能夠保持動力的原因。

從零到一的專題實作
===

這次很開心能和 堇姬 Naup 一組,讓我們能夠擁有一個不那麼 ~~~~ 無聊的主題。最後以復現 CVE 為目標,去尋找 ZeroDay

七天裡的各種趣事
===
Binary file added src/content/posts/ais3-2024/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/content/spec/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
## Activities & Involvement

### ISIP
- AIS3 Junior 2022
- AIS3 Juniors 2022
- MyFirstCTF 2024 rk.10
- AIS3 2024

### Events
- SITCON 2022, 2024
- CYBERSEC 2022 - 2024

### Clubs
- 臺北市數位實驗高中 資訊研究社
- 第一屆 `( 社長、創辦者 )`
- 第二屆 `( 社長 )`
- 教育部先進資通安全培育計畫 高中職資安教學資源與推廣中心 跨校資安社團
- 第一屆 `( 副社長 )`

## Education

- Taipei Digital Experimental High School `( Expected Graduation: June 2026 )`
Expand Down

0 comments on commit 4848018

Please sign in to comment.