Security Setup
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
FB: 交大網路安全策進會
不要做壞事
不要做壞事
不要做壞事
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
calee@cs.nctu.edu.tw
交大資工 大三
交大 BambooFox 新手村成員
社團資源
CTF
What is CTF
- Capture The Flag ,簡稱CTF
- 由主辦單位設計帶有漏洞的程式或網站,讓參賽者進行解題或互相攻防
Type of CTF
- Jeopardy
- Attack and Defense
- King of the Hill
Category
- Reverse
- Pwnabl
- Crypto
- Forensics
- Web
- Misc
Practice
Kali
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Why used
- Debian-based Linux distribution
- Penetration Testing and Security Auditing
- Include 600 penetration testing tools
- Single user, root access by design
Root
Shell
- 連接 OS 與你的指令(command)的程式
[user]@[host]$ [command] -[short opt] --[long opt] args
root@[host]# [command] -[short opt] --[long opt] args
32 / 64 bits
Sample
ls
ls
: 列出目前資料夾下的東西
ls -a
: 全部
ls -l
: 清單
ls -R
: 遞迴
HELP!!
man
--help
- google
- stack overflow
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Commands
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Commands
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Commands
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Commands
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Commands
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
More
Python

Why python
- easy
- strong module support
- script language
- portable on many platform
Installation
- Linux
- apt-get install python (3)
- macOS
- Windows
Getting Start
- python console
- python script
- comment
I/O
Output
Input
Number
Integer
Float
String
ascii table
List / Tuple
List
Tuple
Branch
Loop
Function
Module
- import
- from
- as
- pip: apt install python(3)-pip
Install
Requests & BeautifulSoup
requests
beautiful soup
Practice
Other Tips
SSH client
Tmux
Regex
https://regexcrossword.com/
https://github.com/zardus/ctf-tools
CVE / 0days
Tor

https://www.torproject.org/
Resouce
Reference