• 3. Commanding Your Lines

    • Intro

      In this lesson, you're going to:

      learn why so many people still use the command line, why the command line is so powerful and will hack some more challenges!

    • More Cylab Activities

      Let's continue with Cylab Academy and complete General skills 1, problem set 2.

      When in Cylab, click on the hints. They are your best friend!

      Screenshot of hints link on Cylab website
       

      Bash Examples

      These are just a few examples of the code you will need to hack the challenges.

       
      $ wget https://www.website.com/websitefolder/websitefile.txt
      
      $ ls
      
      $ cat websitefile.txt
      
      $ nano websitefile.txt
      
      $ man nano
       
    • Webshell Layout

      Make your Cylab and Webshell layout look like this:

      Screenshot of the Cylab webshell and the Cylab website side by side.

    •  

      The Command Line

      The command line is the most basic form of computer input. It was the only way to communicate with a computer when they first came out.

      Why are they still around today when we have Graphical User Interfaces?

    • Password Strength Testing

      How strong is your password?

      How long will it take to get hacked? 

      Click the link below to check.