Défis
Utilisez un terminal Linux gratuit directement dans votre navigateur. Pratiquez les commandes bash Ubuntu, inspectez des systèmes de fichiers et suivez des cours.
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→