When approaching anything, I'm a firm believer in the automate what you can mindset. For our methodology, we can certainly automate some of the tasks and commands by writing our own scripts to do so. This can be done in Bash or by using a language such as Python and as long as we make sure to format any output in a way that makes it easier for us to review, we can save ourselves a bit of time. The discovery phase would be a little challenging to automate, so when we refer to automation, we are referring to any information-gathering and static analysis phases of the methodology.
We will focus on writing a script that automates the information gathering and static analysis phases of this methodology using Bash. If we chose, and if we wanted more control over the output, we could write this in Python, Perl, or really any scripting language we are...