
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.
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.
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.
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!