← 回到練習列表 加入 LINE 社群
Day 09

Day 09|Exploitation 弱點利用

昨日複習

Day 08|Enumeration 列舉

The tester identified running services and collected version information from the target host.

正確答案 B. Enumeration

這句在描述:Enumeration(列舉 / 資訊蒐集階段)

看完整 Day 08 →

今日句子

The tester exploited the vulnerability to gain unauthorized access to the system.

中文意思

測試人員利用該弱點,取得對系統的未授權存取權限。

這句在說什麼資安問題

Exploitation(弱點利用階段)

描述滲透測試的利用階段,測試人員實際利用已發現的弱點取得未授權存取,用來驗證弱點可被真正利用並評估其風險。

重點單字

英文中文
exploited 利用、成功利用
vulnerability 弱點
gain unauthorized access 取得未授權存取
system 系統

練習題

The tester used the discovered vulnerability to execute commands on the target server.

AEnumeration
BExploitation
CDocumentation
DPassword Policy Review
💡 利用已發現的弱點在目標伺服器上執行指令,屬於 Exploitation(弱點利用)階段。