Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ This repository is a collection of scripts designed to secure/harden Linux based

### Downloading

All you need to do is download the repository. There are no binaries or anything to install.
All you need to do is download this repository to your local machine:

`git clone https://github.com/StrangeRanger/linux-security-scripts`

## Usage

A majority of the scripts will require root privilege to be executed:
> [!NOTE]
> Some of the scripts in this repository require root privileges to run. You can run the scripts with the `sudo` command to give them the necessary permissions.

`sudo ./[script name]` OR `sudo bash [script name]`
You can run the scripts in this repository by using the following command:

`./[script name]` OR `bash [script name]`

## Tested On

Expand Down