GCP-IAM-Privilege-Escalation
GCP-IAM-Privilege-Escalation copied to clipboard
Add csv as an additional output to the check_privesc function
This simply adds a third output mechanism (csv) to the check_privesc function. (Console output and text file existed, csv is new).
I opted to add this without with introducing an argument since there are no arguments currently and it's just adding functionality and not changing anything. That said, I can hide this behind an argument if you'd like.