From the course: CompTIA PenTest+ (PT0-003) Cert Prep
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Bash scripting techniques
From the course: CompTIA PenTest+ (PT0-003) Cert Prep
Bash scripting techniques
- We looked at the basics of Bash Shell scripting, but we just looked at the absolute basics. There's a lot more to it and we're not gonna cover everything here, we're just gonna cover a tiny bit more. We're covering Bash in a little bit more depth because the concepts are the same for all languages, but we have to start somewhere. So let's continue our exploration of Bash Shell scripting and how it can help us automate tasks and ultimately do a whole lot less tedious work, 'cause that's the goal. It may seem a little tedious upfront to learn all this stuff, but again, the goal is to make the production process much, much faster and more reliable. So let's continue looking at Bash. In order to make a successful and helpful shell script, we're gonna have to interact with the outside world. So we're going to have to input-from and output-to files, terminals, and maybe even the network. If your script needs to input from a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Using scripting in pen testing12m 28s
-
(Locked)
Bash scripting basics14m 50s
-
(Locked)
Bash scripting techniques10m 3s
-
(Locked)
PowerShell scripting basics3m 59s
-
(Locked)
Ruby scripts6m 25s
-
(Locked)
Python scripts5m 42s
-
(Locked)
Scripting languages comparison10m 46s
-
(Locked)
Data structures, part 17m 33s
-
(Locked)
Data structures, part 28m 6s
-
(Locked)
Libraries2m 53s
-
(Locked)
Classes7m 57s
-
(Locked)
Procedures and functions5m 41s
-
(Locked)
Perl and JavaScript5m 35s
-
(Locked)
Breach and attack simulation1m 46s
-
(Locked)
-