tags:
- cybersecurity
- bash
- programming
- security
- software
- book
- notes
created: 2024-12-18
What has remained a foundational skill despite the fast-evolving cybersecurity landscape?
Despite the fast-evolving cybersecurity landscape, bash scripting has remained a foundational skill.
Who wrote the bash shell?
The bash shell was written by Brian Fox.
When was the bash shell first released?
The bash shell was first released in 1989.Where is the bash shell used?
The bash shell is used on most versions of the Linux operating system.
What does it mean to live off the land?
To live off the land means to use a system's native tools and processes to execute attacks.
What does living off the land enable an attacker to do?
Living off the land enables an attacker to blend in with legitimate activities and avoid detection.Why is being able to live off the land inside a system important?
Being able to live off the land inside a system is important because otherwise you'd be relying too heavily on third-party tools and that will make you struggle in restricted environments with limited tool access.
What can bash scripting automate?
Bash scripting can automate execution of command line tools.
What are three things you can do when automating the execution of command line tools with bash scripting?
Three things you can do when automating the execution of command line tools with bash scripting are:
- Chain multiple tools together.
- Run them against many targets.
- Strategically schedule their execution.
How does this book begin?
This book begins by teaching the foundations of bash syntax and scripting.
What does the book do after teaching the foundations of bash syntax and scripting?
After teaching the foundations of bash syntax and scripting, the book applies those skills to each stage of a penetration test against a Linux-based target network from initial access to data exfiltration.
What are the different chapters of the book and what do they teach?
The different chapters of the book and what they teach include:
...