added installer and uninstaller for nessus
This commit is contained in:
parent
f7a9311858
commit
8ba88cd9d7
|
|
@ -39,6 +39,10 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- 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
|
# Revision 1.6.6 - Hacking API Course setup
|
||||||
- added Practical API Hacking Course setup (amd64 and arm64), menu option O
|
- added Practical API Hacking Course setup (amd64 and arm64), menu option O
|
||||||
- Instructor Alex Olsen https://academy.tcm-sec.com/p/hacking-apis
|
- Instructor Alex Olsen https://academy.tcm-sec.com/p/hacking-apis
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Standard Disclaimer: Author assumes no liability for any damage
|
# Standard Disclaimer: Author assumes no liability for any damage
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="1.6.6"
|
revision="1.6.7"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue