Operating System Security
January 29, 2024
Task 1: Introduction to Operating System Security
Which of the following is not an operating system?
Thunderbird
Task 2: Common Examples of OS Security
Which of the following is a strong password, in your opinion?
LearnM00r
Task 3: Practical Example of OS Security
Based on the top 7 passwords, let’s try to find Johnny’s password. What is the password for the user
johnny
?abc123
Once you are logged in as Johnny, use the command
history
to check the commands that Johnny has typed. We expect Johnny to have mistakenly typed theroot
password instead of a command. What is the root password?happyHack!NG
While logged in as Johnny, use the command
su - root
to switch to theroot
account. Display the contents of the fileflag.txt
in theroot
directory. What is the content of the file?THM
Last updated