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 the root 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 the root account. Display the contents of the file flag.txt in the root directory. What is the content of the file?

    • THM

Last updated