added installer and uninstaller for nessus

This commit is contained in:
Dewalt 2023-05-26 12:36:23 -05:00
parent f7a9311858
commit 8ba88cd9d7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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'