akhil850 / Server_Audit

Linux Basic Security Setup Script v1.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Basic Security Setup v1.3

License: AGPL v3

A Bash Script Automates commonly used linux server secuirty setups, works best with fresh servers.

1.Full System Update

2.Disabling SELINUX

3.Change SSH Port [33122]

4.Rkhunter Setup

5.CSF Setup

6.Adding Admin and Cloudflare IPs

Execution/Working

Script requires curl to run.

Install the dependencies and and start the server.

[Centos/RHEL]
$ yum install curl

Execute the script...

$ curl -s https://raw.githubusercontent.com/akhil850/Server_Audit/master/SecureServer.sh | bash

Tech

Used a number of open source projects to work properly:

  • [Curl] - cURL is a computer software project providing a library and command-line tool for transferring data using various network protocols.
  • [bash] - command language interpreter

And of course Linux Basic Security Setup v1.3 itself is open source with a public repository on GitHub

Development

Want to contribute? Great!

Free Software, Hell Yeah!

About

Linux Basic Security Setup Script v1.3

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%