实战挑战
在浏览器中免费使用在线 Linux 终端。练习 Ubuntu bash 命令,查看虚拟文件系统并完成互动教程。
Easy100 pts
Challenge 1: Find the Secret Flag File
Locate a hidden configuration file inside the directory tree and output its flag code.
Attempt Scenario→
Medium250 pts
Challenge 2: Fix Log File Permissions
The auth log file has restricted permissions. Modify permissions so the user can inspect it.
Attempt Scenario→
Hard500 pts
Challenge 3: Extract IP Addresses with Grep
Parse system logs and extract failed SSH login IP addresses using grep regex.
Attempt Scenario→