Beginner COURSE

Hacker Boot Camp

Start your HackerSkool training with the command-line, system, network and security skills used throughout the cyber range.

01

Terminal Survival

navigation, files, pipes, redirection and command chaining

pwd
ls -la
cd /tmp
mkdir hackerskool-lab
cd hackerskool-lab
echo "Hello HackerSkool" > hello.txt
cat hello.txt
02

Permissions

users, groups, sudo, chmod, ownership and access control

ls -l
whoami
groups
chmod 600 hello.txt
stat hello.txt
03

Processes

process inspection, services, sockets and system activity

04

Logs

authentication logs, system logs and evidence

05

Shell Skills

Bash fundamentals and automation