Update Wed Oct 7 08:33:53 PM CDT 2020

This commit is contained in:
Dewalt 2020-10-07 20:33:53 -05:00
parent 4284ebdda2
commit 20c781b839
2 changed files with 23 additions and 22 deletions

View File

@ -15,9 +15,11 @@
# Revision 0.5e - Nuke Impacket added to menu enter character ! to run nuke imapcket # Revision 0.5e - Nuke Impacket added to menu enter character ! to run nuke imapcket
- some issues with people understanding how to use --borked on the command line - some issues with people understanding how to use --borked on the command line
so a menu item was added to ease use of the nuke impacket function. a menu option of character ! was added to ease use of the nuke impacket function.
the correct command is : sudo ./pimpmykali.sh --bored the correct command is : sudo ./pimpmykali.sh --bored was used to call the
but this menu item will now make it available via the ! character nuke-impacket function now thanks to a new menu item of ! it can be called from
the menu system directly without the need for command line switches, but the
switch is still available
# Revision 0.5d - bugfix Thank you to @AES ! for finding the bug, nmap wget script was pulling the wrong page # Revision 0.5d - bugfix Thank you to @AES ! for finding the bug, nmap wget script was pulling the wrong page
- correct page has been added new version git pushd - correct page has been added new version git pushd

View File

@ -623,7 +623,6 @@ run_update () {
} }
# ascii art # ascii art
#asciiart=$(base64 -d <<< "H4sIAAAAAAAAA31QQQrCQAy89xVz9NR8QHoQH+BVCATBvQmCCEXI480kXdteTJfdzGQy2S3wi9EM/2MnSDm3oUoMuJlX3hmsMMSjA4uAtUTsSQ9NUkkKVgKKBXp1lEC0auURW3owsQlTZtf4QtGZgjXYKT4inPtI23oEK7wXlyPnd8arKdKE0EPdUnhIf0v+iE2o7BgVFVyec3u1OxFw+uRxbvPt8R6+MOpGq5cBAAA=" | gunzip )
asciiart=$(base64 -d <<< "H4sIAAAAAAAAA31QQQrCQAy89xVz9NR8QHoQH+BVCATBvQmC asciiart=$(base64 -d <<< "H4sIAAAAAAAAA31QQQrCQAy89xVz9NR8QHoQH+BVCATBvQmC
CEXI480kXdteTJfdzGQy2S3wi9EM/2MnSDm3oUoMuJlX3hmsMMSjA4uAtUTsSQ9NUkkKVgKKBX CEXI480kXdteTJfdzGQy2S3wi9EM/2MnSDm3oUoMuJlX3hmsMMSjA4uAtUTsSQ9NUkkKVgKKBX
p1lEC0auURW3owsQlTZtf4QtGZgjXYKT4inPtI23oEK7wXlyPnd8arKdKE0EPdUnhIf0v+iE2o p1lEC0auURW3owsQlTZtf4QtGZgjXYKT4inPtI23oEK7wXlyPnd8arKdKE0EPdUnhIf0v+iE2o
@ -643,7 +642,7 @@ pimpmykali_menu () {
echo -e " 4 - Fix Grub (adds mitigations=off)" # fix_grub echo -e " 4 - Fix Grub (adds mitigations=off)" # fix_grub
echo -e " 5 - Fix Impacket (installs impacket)" # fix_impacket echo -e " 5 - Fix Impacket (installs impacket)" # fix_impacket
echo -e " 6 - Enable Root Login (installs kali-root-login)" # make_rootgreatagain 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 " 7 - Install Gedit (installs gedit)" # fix_gedit
echo -e " 8 - Fix nmap scripts (clamav-exec.nse and http-shellshock.nse)" # 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 " 9 - Pimpmyupgrade (apt upgrade with vbox/vmware detection)" # fix_upgrade
echo -e " (sources.list, linux-headers, vm-video)" echo -e " (sources.list, linux-headers, vm-video)"
@ -704,7 +703,7 @@ check_arg () {
--help) pimpmykali_help ;; -help) pimpmykali_help ;; help) pimpmykali_help ;; --help) pimpmykali_help ;; -help) pimpmykali_help ;; help) pimpmykali_help ;;
--flameshot) fix_flameshot ;; -flameshot) fix_flameshot ;; flameshot) fix_flameshot ;; --flameshot) fix_flameshot ;; -flameshot) fix_flameshot ;; flameshot) fix_flameshot ;;
--force) force=1; fix_all $force ;; -force) force=1; fix_all $force ;; force) force=1; fix_all $force ;; --force) force=1; fix_all $force ;; -force) force=1; fix_all $force ;; force) force=1; fix_all $force ;;
--borked) force=1; fix_sead_warning;; -borked) fix_sead_warning; ;; borked) fix_sead_warning; ;; --borked) force=1; fix_sead_warning;; -borked) force=1; fix_sead_warning; ;; borked) force=1; fix_sead_warning; ;;
--nmap) fix_nmap ;; -nmap) fix_nmap ;; nmap) fix_nmap ;; --nmap) fix_nmap ;; -nmap) fix_nmap ;; nmap) fix_nmap ;;
--bpt) bpt ;; -bpt) bpt ;; bpt) bpt;; --bpt) bpt ;; -bpt) bpt ;; bpt) bpt;;
--upgrade) fix_upgrade ;; --upgrade) fix_upgrade ;;