From 6d5b6d9ccabf956dbecc39a43da0cc7e1bf9c21d Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Thu, 13 Jul 2023 10:11:55 -0500 Subject: [PATCH] 1.7.3 nessus url updated --- pimpmykali.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 07403e0..b1b0569 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -67,8 +67,8 @@ pipnowarn="--no-python-version-warning" # turn off all python2.7 deprecation warnings in pip export PYTHONWARNINGS="ignore" # look at a method to find the current version of nessus should the version number change - nessus_amd64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.2-debian10_amd64.deb" - nessus_arm64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.2-ubuntu1804_aarch64.deb" + nessus_amd64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.3-debian10_amd64.deb" + nessus_arm64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.3-ubuntu1804_aarch64.deb" nessusd_service_active=0 # variables moved from local to global