Company XYZ is a contract incident response firm. Meaning that companies have a contract with them and when some sort of cyber incident occurs, XYZ is called upon to respond to the incident. You've been hired by XYZ and have been placed in one of the evidence collection teams. All the contracts that are assigned to your team use Linux servers to conduct their business. Knowing this, you decide to build a script that will perform the evidence collection automatically. This way, once you arrive on scene, all you need to do is run your script on every affected machine and your job is done!
Your objective is to build a script that allows you to collect a wide range of evidence from a Linux server. The script needs to run commands and write the collected data to a file so that it can be handed off to the forensics team for analysis.
Instructions