Skip to content

FlyDragonW/SecurityFocusOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SecurityFocusOnline_Dec

  • 本課程屬於初階的入門課程
  • 課程主要內容在簡報,這個 Repo 主要是放指令和程式碼方便複製

▲ 直播線上課程(Google Meet)連結:https://meet.google.com/kbh-kyub-oct

▲ 課程簽到(表單開啟時間8:00):
12/22(日) 簽到:https://forms.gle/bcCootTCESMrqiet6
12/29(日) 簽到:https://forms.gle/8zptcDJxsn6XJbk47

▲ Writeup 繳交表單:https://forms.gle/svQYUHdtsmrELyY16
開放繳交時間:2024年12月22日(日)00:00 至 12月30日(一)23:59

▲ 課程CTF平台: http://23.146.248.233
開啟時間:2024年12月22日(日)08:00 至 12月30日(一)23:59

▲ 回饋問卷調查:https://forms.gle/kMZnwec3HeHz7VzCA
開放時間:2024年12月29日(日)13:00 至 12月30日(一)23:59

課前準備

  • 練習虛擬機使用和 Linux 基本指令
  • 請加入 Discord 群組
  • 安裝所需工具或直接使用我提供的虛擬機檔案
  • 會 C 語言基礎語法佳

證書發放標準

以下兩者擇一

  1. 解題平台達到 300 分以上
  2. 解題平台達到 200 分並撰寫解題報告

環境

虛擬機檔案載點:分流1 分流2

匯入虛擬機圖解

本次課程需要以下工具,請在上課前自行安裝或直接使用我提供的虛擬機檔案

  1. GNU
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
  1. Radare2
git clone https://github.com/radareorg/radare2
sudo ./radare2/sys/install.sh
  1. GDB-peda
git clone https://github.com/scwuaptx/Pwngdb.git ; cp ~/Pwngdb/.gdbinit ~/
git clone https://github.com/scwuaptx/peda.git ~/peda ; echo "source~/peda/peda.py" >> ~/.gdbinit ; cp ~/peda/.inputrc ~/
  1. Pwntools (with Python2)
sudo apt install python2
sudo apt install python-pip
python2 -m pip install --upgrade pip==20.3.4
python2 -m pip install --upgrade pwntools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors