Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
insidious-security authored Feb 12, 2023
1 parent e2e9e7f commit 3f9660f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,15 @@ $ chmod +x harden.sh
# Run the script as root:
$ sudo ./harden.sh
```
## Rather run it in python??
I have also added the same level of hardening written in python.

```bash
# Git clone this repository:
$ git clone https://github.com/insidious-security/server-hardening.git

# Install python dependency:
$ pip3 install requests

# Run the code:
python3 harden.py

0 comments on commit 3f9660f

Please sign in to comment.