Skip to main content

Linux Scripts

Bash automation scripts for Linux system administration and security

Production-ready bash scripts for Linux environments. All scripts include proper error handling, exit codes, and work across major distributions.

Categories

Security

Security auditing, monitoring, and assessment tools. Scripts for detecting vulnerabilities, monitoring authentication, and validating SSL certificates.

Requirements

Most Linux scripts require:

  • Root or sudo privileges
  • Bash shell (compatible with Linux and macOS)
  • Standard utilities (grep, awk, sed, openssl)

Specific requirements are documented in each script’s page.

Getting Started

All scripts are hosted on GitHub and can be downloaded directly or cloned via git:

git clone https://github.com/Glyph-SH/msp-scripts.git
cd msp-scripts/linux
chmod +x *.sh

Compatibility

Scripts are tested on:

  • Ubuntu 20.04+
  • Debian 11+
  • RHEL/CentOS 8+
  • Amazon Linux 2

Most scripts work on macOS with minor modifications.

License

All scripts are released under the MIT License. See individual script pages for full license terms.