Security Related

Security Related

名詞解釋

Vocabulary Def. Comment
parse 解析  
query 詢問、請求  
dump Also called a crash dump or memory dump, a dump is raw data from a computer’s memory. It is written to the file system if software crashes” (terminates unexpectedly). This information is a snapshot of what was going on in the computer at the moment the error occurred. The dump can be analyzed by developers to help track down the error, understand it better, and fix it. Refer
intruder 入侵者  
vulnerability 漏洞、脆弱  
exploit An exploit is a code that takes advantage of a software vulnerability or security flaw. It is written either by security researchers as a proof-of-concept threat or by malicious actors for use in their operations. When used, exploits allow an intruder to remotely access a network and gain elevated privileges, or move deeper into the network. Refer
wrapper 偽協議  
cipher 密碼  
nerf cause to be weak or ineffective削弱、減弱 Refer
miscellaneous 混雜的、各種各樣的  
PoC Proof of Concept:在 Binary Exploitation 通常指可以使程式發⽣ Crash 觸發異常的程式碼,⽤來證明程式存在漏洞  
PWN 1.具漏洞的服務
2.目標在是服務中找到該服務的漏洞並注入自己的程式碼,拿到 server 的控制權
Refer1
Refer2
DHCP 主要功能是自動分配IP(192.168.xxx.xxx),有時效限制(可能是一天),當新設備加入區網時,會由DHCP自動分配一個IP給該設備,過了一天後如果設備再次訪問DHCP,則會在給予新的IP,否則該IP會直接回收  
Encrypt VS Hash    
CRLF VS LF    
magic method    

資安 基本教學

Web 教學

SQL

Reverse-Engineering

PWN