From f8283d6e76841a89d2905231d47b6632048e5801 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 5 Oct 2020 08:48:37 -0500 Subject: [PATCH] Update Mon Oct 5 08:48:37 AM CDT 2020 --- pimpmykali.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index a66d7db..2120d38 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -248,6 +248,7 @@ fix_nmap () { rm -f /usr/share/nmap/scripts/clamav-exec.nse echo -e "\n $redminus /usr/share/nmap/scripts/clamav-exec.nse removed " eval wget https://raw.githubusercontent.com/nmap/nmap/master/scripts/clamav-exec.nse -O /usr/share/nmap/scripts/clamav-exec.nse $silent + eval wget https://raw.githubusercontent.com/onomastus/pentest-tools/master/fixed-http-shellshock.nse -O /usr/share/nmap/scripts/http-shellshock.nse $silent echo -e "\n $greenplus /usr/share/nmap/scripts/clamav-exec.nse replaced with working version " } @@ -617,7 +618,7 @@ pimpmykali_menu () { echo -e " 5 - Fix Impacket (installs impacket)" # fix_impacket echo -e " 6 - Enable Root Login (installs kali-root-login)" # make_rootgreatagain echo -e " 7 - Install Gedit (installs gedit)" # fix_gedit # added per sheeps request - still debating this 'request' - echo -e " 8 - Fix clamav-exec.nse (fix clamav-exec.nse for nmap)" # fix_nmap + echo -e " 8 - Fix nmap scripts (clamav-exec.nse and http-shellshock.nse)" # fix_nmap echo -e " 9 - Pimpmyupgrade (apt upgrade with vbox/vmware detection)" # fix_upgrade echo -e " (sources.list, linux-headers, vm-video)" echo -e " B - BlindPentesters 'The Essentials' tools & utilies collection\n" # bpt function - the essentials