Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Cyber Security: Intermediate Linux Commands
Rating: 4.2 out of 5(468 ratings)
9,268 students

Cyber Security: Intermediate Linux Commands

Beyond the basics
Created byPeter A
Last updated 7/2022
English

What you'll learn

  • Review of Linux Commands
  • What is and how to Hash
  • How encoding/decoding works
  • How to secure sensitive data
  • How to crack GPG files

Course content

1 section8 lectures40m total length
  • Introduction0:01
  • Kali Linux4:19
  • Find Files4:46
  • Review Commands5:54
  • Hashing11:33

    Learn how hashing protects passwords by storing hashes and using algorithms like md5 and sha-1, and how tools such as John the Ripper crack them with word lists like rockyou.txt.

  • base64 encoding/decoding4:09
  • Sensitive Data4:53

    Encrypt sensitive data on linux with GPG using AES-256 symmetric encryption to produce unreadable secret files; decrypt with GPG, use a password or private key, and delete originals.

  • Cracking GPG files4:42

    Explore cracking gpg encrypted files using John the Ripper on Kali Linux, converting gpg files with gpg2john, and testing password wordlists like rockyou.txt to decrypt data.

Requirements

  • Basic Linux knowledge recommended. You should have Kali Linux at hands

Description

This course covers useful Linux commands for Cyber Security for beginners to intermediate users. Some commands are included for more advanced users, but all can be useful for everyone.

We also included a lecture that reviews the beginners commands, so even if you have no experience with the Linux command line it should be possible to follow along with the course.

Most of these commands have an equivalent that works on Mac; they should be easy to figure out how to execute if you are on one of those systems or have access to a virtual machine.

You will learn learn new skills like securing sensitive data, encoding/decoding, cracking GPG files and more. Before staring this course, you should already have some familiarity with the Linux command line.

As the name implies, this is more of a Cyber Security course than an Ethical Hacking course. But you will learn how to crack GPG files in this course. It's all about learning how to use these tools properly, so no evil will be done.

The course teaches you commands that you should know as a Cyber Security professional working on Linux (or Mac) systems. If you use Linux and want to learn more commands for cyber security, this course is for you!


Who this course is for:

  • Beginner Ethical Hackers
  • Sysadmins
  • Devops
  • Software Developers