Introduction
Cybersecurity Ops with bash - Attack, Defend. and Analyze from the Command line
This Section Will Focus On The CLI Aspect Of Cybersecurity, Whether its related to offensive, defensive and analysis tooling / teactics.
In this introduction, we will be reviewing/learning concept in cybersecurity while learning applying them in the command line.
The Shell
A shell is a program that takes commands typed by the user and calls the operating system to run those commands. its a program that acts as the interface between you and the system kernel, allowing you to enter commands for the operating system to execute.
Last updated