From 3f9660f4e8edffef0af00d9c357b3ad3852823bb Mon Sep 17 00:00:00 2001 From: sidious <25933899+insidious-security@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:35:13 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a1133be..a7005ec 100644 --- a/README.md +++ b/README.md @@ -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