DenizParlak / Zeus

AWS Auditing & Hardening Tool
http://www.denizparlak.com/?p=386
MIT License
707 stars 98 forks source link

MacOs support (base64) and extras #8

Closed Guibod closed 2 years ago

Guibod commented 7 years ago

As a follow up of #2 , i push this change that aliases base64 depending on the current OS, in order to switch from base64 -d to base64 -D on MacOs (darwin).

I've also chmod +x the bash file, and added a .gitignore

michalschott commented 7 years ago

why don't you just replace base64 -d with base64 --decode ?