LifeAndTalk
Unread前言 寫這篇呢,主要是因為當初自己在選填大學志願的階段,翻了很多的成大不分系的文章,但是一直找不太到很確切的資訊。這讓我當初很糾結(因為我在入學前就很明確的知道自己的目標,這我後面會提),所以想要寫下這篇來回饋給後面的學弟妹們可以參考,希望對各位有幫助。 有句話我一直非常喜歡,是辯論圈中一個很厲害的學長說的。共勉之。 「知識是甚麼?知識就是我們迎風撒出一把沙,然後沙會瀰散在每個前行人的衣領中」 — 林聖偉 我的高中 我高中讀的是台中的明道中學,因為我們私校的系統和一般公立不太一樣,所以其實我們要在國中滿早的時候就決定高中要念文組還是理組。雖然我國中的時候理科成績比文科好,但是我在進入高中的時候卻是選擇了念文組。這是因為我當時一直想要念法律系,所以我也在高中的時候參加了很多法律相關的活動,包括辯論競賽等等。 但我記得我小時候(小學)一直有一個想要當駭客的夢想,只是小時候常常覺得這離自己太過於遙遠,所以從未嘗試去實現。直到高三學測前的四五十天前,我莫名其妙地接觸到了 Python(當時候女朋友說工程師很帥所以去學,愛情真偉大),也接觸到了 Kali Linux。我慢慢發現我自己相較於法 ...
2024 CTF Training
Unread前言 從澎湖回來之後好懷念待在澎湖的日子,澎湖那種很慢的生活真的很令人嚮往欸。今天起床後就覺得澎湖真的很好就是東西有點小貴,而且澎湖的海真的是很漂亮。 今日進度 今天寫了題 Pwn 題,然後中間遇到了些 MOVAPS 的問題所以卡了一些時間,上網找了影片和 Writeup 才寫出來的,總之挺坎坷。不過也是學到挺多的。反正今天是寫到了 Pwn101 裡面的 Pwn103 啦。 [THM] Pwn101 Writeup 今日狀態 起床時間:12:00 知識量:⭐⭐⭐ 疲勞程度:⭐⭐⭐⭐ 精神狀態:⭐⭐⭐
2024 CTF Training
Unread前言 雖然今天在澎湖了,但是還是抽空寫了些題目!其實我一直很嚮往在各處旅行的途中寫 Code,我覺得對我來說是一件很浪漫的事情 XD。(期待之後某日能成為 Digital nomad) 今日進度 今天寫了兩題,他是一個 Room,裡面共有十題。都是簡單的 BOF,所以說也沒花太多時間, [THM] Pwn101 Writeup 今日狀態 起床時間:09:00 知識量:⭐⭐⭐ 疲勞程度:⭐⭐⭐ 精神狀態:⭐⭐⭐⭐
Challenge 1 - pwn101 First, we use IDA to decompile the binary it gave us. We can see that the program declare a 60 bytes array for char v4. And the winnning condition is to use v4 to overflow and cover the value of v5, which is 1337 initially. Since it didn’t ask us to make v5 to a specific value, we can just make sure it not equal to 1337. To do that, I use a Python script to do it. from pwn import * r = remote("10.10.153.228", 9001) r.recvuntil("Type the required ingredients to make briyan ...
2024 CTF Training
Unread前言 今天下來嘉義了,明天準備坐船去澎湖。今天白天就是繼續看 Yuawn 的影片,搭配 TryHackMe 的練習,希望能夠更加熟悉 Pwn 的基礎! 今日進度 Binary Exploitation (Pwn) - Basic Intro To Pwntools 今日狀態 起床時間:09:30 知識量:⭐⭐⭐ 疲勞程度:⭐⭐⭐ 精神狀態:⭐⭐
Disclaimer ⚠️ These contents are generated by ChatGPT and are intended for my personal review only. The accuracy of the contents is not guaranteed. Byte Code Definition: Byte code is an intermediate code form that is closer to machine language than source code but still independent of the specific hardware platform. It is typically generated by compilers of high-level languages and executed by virtual machines. Characteristics: Platform Independence: Byte code can run on different hardware pla ...
2024 CTF Training
Unread前言 今天起來後去看了一下 HTB 的一題 Pwn 題,做了一下不太會,決定找 Writeup。結果 Writeup 也看不太懂,我才發現自己 Pwn 的基礎好像不是很扎實,這樣下去也是看一題做一題,所以決定要先從基礎開始學習。使用的資源是用 Yuawn 大佬的課程影片,我會把影片放在下面。希望暑假結束前可以變強! 今日進度 這些學習資源是練習 Pwn 基礎非常好的資料。看完 Yuawn 的影片之後去用 TryHackMe 的 Room 做練習,收穫頗多。 Binary Exploitation (Pwn) - Basic Intro To Pwntools 今日狀態 起床時間:12:00 知識量:⭐⭐⭐⭐ 疲勞程度:⭐⭐⭐⭐ 精神狀態:⭐⭐
2024 CTF Training
Unread前言 今天繼續刷了 HTB 的題目,覺得真的他們的題目很不錯(包括題目的描述也是挺有趣的)。然後我 19 號要和家裡面一起回澎湖個幾天!可能會暫停更新個幾天。旅遊回來之後繼續努力學習! 今日進度 [HTB] The Last Dance Writeup 💃 [HTB] Insomnia Writeup 💤 今日狀態 起床時間:10:00 知識量:⭐⭐ 疲勞程度:⭐⭐ 精神狀態:⭐⭐⭐⭐
0x00 Challeng Info It’s a web challenge, so it gives us a website and the source code for us to analyze. Let’s see the description first. Welcome back to Insomnia Factory, where you might have to work under the enchanting glow of the moon, crafting dreams and weaving sleepless tales. Well, although it’s not helpful, it’s still a romantic setting for this challenge (you know, programmers & hackers always work at night). 0x01 Reconnaissance Since it gave us the source code, we should check i ...
0x00 Challenge Info Hello hackers. Let’s see the encrypted message. c4a66edfe80227b4fa24d431 7aa34395a258f5893e3db1822139b8c1f04cfab9d757b9b9cca57e1df33d093f07c7f06e06bb6293676f9060a838ea138b6bc9f20b08afeb73120506e2ce7b9b9dcd9e4a421584cfaba2481132dfbdf4216e98e3facec9ba199ca3a97641e9ca9782868d0222a1d7c0d3119b867edaf2e72e2a6f7d344df39a14edc39cb6f960944ddac2aaef324827c36cba67dcb76b22119b43881a3f1262752990 7d8273ceb459e4d4386df4e32e1aecc1aa7aaafda50cb982f6c62623cf6b29693d86b15457aa76ac7e2eef6cf814ae ...