From 2542c8f277c0004d0b06faf7a71b588717a89b74 Mon Sep 17 00:00:00 2001 From: itiligent <94789708+itiligent@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:31:02 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5d9d50..0963fe1 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ### 📦 Auto Setup Link **(Do NOT run scripts as root, scripts will prompt for sudo)** ```bash -wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Installer/main/openvas-install.sh && chmod +x openvas-install.sh && ./openvas-install.sh +wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Install/main/openvas-install.sh && chmod +x openvas-install.sh && ./openvas-install.sh ``` ### 📦 Auto Upgrade Link ```bash -wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Installer/main/openvas-upgrade.sh && chmod +x openvas-upgrade.sh && ./openvas-upgrade.sh +wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Install/main/openvas-upgrade.sh && chmod +x openvas-upgrade.sh && ./openvas-upgrade.sh ``` ### 📋 Prerequisites @@ -47,7 +47,7 @@ A Postfix MTA is installed by default. Simply configure the included template sc ### 🔒 Web Management Console HTTPS Security -The install script will automatically configure a HTTP redirect to HTTPS on port 443 and create the required certificates base on the options in the `CUSTOM CONFIG SETTINGS ` section. . Instructions for importing browser certificates into Windows and Linux clients (to avoid browser HTTPS warnings) are provided on-screen when the build script completes. If you wish you change the system's DNS name or IP address, or if certificates need to be renewed, simply run [update-certificates.sh](https://github.com/itiligent/Easy-OpenVAS-Installer/blob/main/update-certificates.sh) +The install script will automatically configure a HTTP redirect to HTTPS on port 443 and create the required certificates base on the options in the `CUSTOM CONFIG SETTINGS ` section. . Instructions for importing browser certificates into Windows and Linux clients (to avoid browser HTTPS warnings) are provided on-screen when the build script completes. If you wish you change the system's DNS name or IP address, or if certificates need to be renewed, simply run [update-certificates.sh](https://github.com/itiligent/Easy-OpenVAS-Install/blob/main/update-certificates.sh) ### 💻 How To Run Authenticated Scans Against Windows Hosts