From f7a93118583cd67fe132de52a6beed69ffa2300c Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 26 May 2023 12:34:47 -0500 Subject: [PATCH] added nessus installer and nuke-nessus --- pimpmykali.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pimpmykali.sh b/pimpmykali.sh index e1749e0..64f4e56 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -1667,6 +1667,8 @@ pimpmykali_menu() { echo -e " W - Gowitness Precompiled (download and install gowitness)" # fix_gowitness echo -e " V - Install MS-Vscode (install microsoft vscode only)" # install_vscode echo -e " ! - Nuke Impacket (Type the ! character for this menu item)\n" # fix_sead_warning + echo -e " @ - Install Nessus (Type the @ character for this menu item)\n" # install_nessus + echo -e " $ - Nuke Nessus (Type the $ character for this menu item)\n" # remove_nessus read -n1 -p " Press key for menu item selection or press X to exit: " menuinput case $menuinput in