From 8ba88cd9d7f8a67daefc597357d516e0a1dbf168 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 26 May 2023 12:36:23 -0500 Subject: [PATCH] added installer and uninstaller for nessus --- README.md | 4 ++++ pimpmykali.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ed40b..97bd110 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ # Writeups / Honorable Mentions - ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/ +# Revision 1.6.6 - Added installer and Uninstaller for Nessus + - menu option @ to install nessus + - menu option $ to nuke nessus + # Revision 1.6.6 - Hacking API Course setup - added Practical API Hacking Course setup (amd64 and arm64), menu option O - Instructor Alex Olsen https://academy.tcm-sec.com/p/hacking-apis diff --git a/pimpmykali.sh b/pimpmykali.sh index 64f4e56..20be922 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.6.6" + revision="1.6.7" # unicorn puke: red=$'\e[1;31m'