Update Tue Sep 29 05:42:04 AM CDT 2020

This commit is contained in:
Dewalt 2020-09-29 05:42:04 -05:00
parent 987645da18
commit 75c0d6093e
1 changed files with 15 additions and 19 deletions

View File

@ -263,14 +263,12 @@ fix_impacket () {
fix_golang () {
section="golang"
check=$(go version | grep -i -c "go version")
if [ $force -ne 0 ]
then
type="install"
else
type="reinstall"
fi
fix_section $section $check $type $force
}
@ -334,7 +332,6 @@ fix_all () {
# fix_nmap is being called from fix_missing which is a part of fix_all, no need to call it a 2nd time
}
asciiart=$(base64 -d <<< "H4sIAAAAAAAAA31QQQrCQAy89xVz9NR8QHoQH+BVCATBvQmCCEXI480kXdteTJfdzGQy2S3wi9EM/2MnSDm3oUoMuJlX3hmsMMSjA4uAtUTsSQ9NUkkKVgKKBXp1lEC0auURW3owsQlTZtf4QtGZgjXYKT4inPtI23oEK7wXlyPnd8arKdKE0EPdUnhIf0v+iE2o7BgVFVyec3u1OxFw+uRxbvPt8R6+MOpGq5cBAAA=" | gunzip )
pimpmykali_menu () {
@ -352,7 +349,6 @@ pimpmykali_menu () {
# FIX_NMAP UNCOMMENT TO ENABLE
# echo -e " 8 - Fix clamav-exec.nse (only fix clamav-exec.nse for nmap)\n" # fix_nmap
echo -e " 0 - Fix ALL (run 1, 2, 3, 4, 5, 6 and 7) \n" # fix_all
read -n1 -p " Make selection or press X to exit: " menuinput
case $menuinput in
@ -402,8 +398,8 @@ check_arg () {
# --nmap) fix_nmap ;; -nmap) fix_nmap ;; nmap) fix_nmap ;;
*) pimpmykali_help ; exit 0 ;;
esac
fi
}
fi
}
exit_screen () {
# clear