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
Start your HackerSkool training with the command-line, system, network and security skills used throughout the cyber range.
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
users, groups, sudo, chmod, ownership and access control
ls -l whoami groups chmod 600 hello.txt stat hello.txt
process inspection, services, sockets and system activity
authentication logs, system logs and evidence
Bash fundamentals and automation