Bash Scripting

Get introduced to Bash scripting, which is an essential skill for a pentester.

Introduction to Bash scripting

Every hacker, pentester, or system administrator must be able to write scripts that can be used in the automation of the different tasks.

The shell is an application interface between an operating system and the user. It enables the user to run commands to control the different programs in the Linux operating system. It’s also a scripting language interpreter.

For the ...