Obfuscate Or Encrypt Scripts [important]
So imo, scripts that are batch or powershell that are ran are stored in the location - C:\Program Files\ATERA Networks\AteraAgent\Packages\AgentPackageSystemTools
Need to be obfuscated or encrypted somehow because they show up in clear text if they are stuck, sometimes these scripts could have a hardcoded password that are needed to work for instance runas etc.... Yeah, I have a script to delete all *.bat and *.ps1 - this is not an answer though.
All it takes is one kid that knows how to work on a vcr to mess things up!
-
Stephen Schillinger commented
You would need to store the user readable scripts in a different place (should do this anyway), but you can Base64 encode powershell to make it look like garbage to the average user.
https://stackoverflow.com/questions/20943410/convert-powershell-script-into-non-readable-format