|
4 | 4 | [](https://www.repostatus.org/#active) |
5 | 5 | --> |
6 | 6 |
|
7 | | -[](https://www.repostatus.org/#inactive) |
8 | | - |
| 7 | +[](https://randomserver.xyz/project-tracker.html) |
| 8 | +[](https://github.com/StrangeRanger/bash-style-guide) |
9 | 9 | [](https://www.codefactor.io/repository/github/strangeranger/linux-security-scripts) |
10 | 10 |
|
11 | | -This repository is a collection of scripts designed to secure/harden Linux based distributions. |
| 11 | +This repository is a collection of scripts designed to secure/harden Linux based Distributions. |
12 | 12 |
|
13 | | -For information on each of the scripts, visit the [repo wiki](https://github.com/StrangeRanger/linux-security-scripts/wiki). Each page will provide information on the script in questions, example output, and a changelog. |
| 13 | +For information on each of the scripts, visit the [repo wiki](https://github.com/StrangeRanger/linux-security-scripts/wiki). Each page will provide information on the script in question, example output, and a changelog. |
14 | 14 |
|
15 | | -## Other Resources |
| 15 | +## Getting Started |
16 | 16 |
|
17 | | -This repository is still a work in progress. While it has scripts that can help secure Linux, it's not nearly enough to secure the system as much as it needs to be. Below is a list of other resources that you can use to help make Linux as secure as possible. |
| 17 | +### Prerequisites |
18 | 18 |
|
19 | | -- [SSH Audit](https://github.com/jtesta/ssh-audit) - SSH server & client auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc). |
| 19 | +N/A |
| 20 | + |
| 21 | +### Installing |
| 22 | + |
| 23 | +All you need to do is download the repository. There are no binaries or anything to install. |
| 24 | + |
| 25 | +`git clone https://github.com/StrangeRanger/linux-security-scripts` |
| 26 | + |
| 27 | +## Usage |
| 28 | + |
| 29 | +A majority of the scripts will require root privilege to be executed: |
| 30 | + |
| 31 | +`sudo ./[script name]` OR `sudo bash [script name]` |
20 | 32 |
|
21 | 33 | ## Tested On |
22 | 34 |
|
23 | | -Below is a list of Linux Distributions that the security scripts have been tested and confirmed to work on. |
| 35 | +Below is a list of Linux Distributions that all of the scripts have been tested and confirmed to work on. |
24 | 36 |
|
25 | 37 | | Distributions | Distro Versions | |
26 | 38 | | ------------- | --------------- | |
27 | 39 | | Ubuntu | 20.04<br>18.04 | |
28 | 40 | | Debian | 10<br>9 | |
| 41 | + |
| 42 | +## Other Resources |
| 43 | + |
| 44 | +This repository is still a work in progress. While it has scripts that can help secure Linux, it's not nearly enough to secure the system as much as it needs to be. Below is a list of other resources that you can use to help make your system as secure as possible. |
| 45 | + |
| 46 | +- [SSH Audit](https://github.com/jtesta/ssh-audit) - SSH server & client auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc). |
0 commit comments