Update Sat Oct 10 02:59:46 PM CDT 2020

This commit is contained in:
Dewalt 2020-10-10 14:59:46 -05:00
parent 0ebbacd279
commit 6fcd64a317
2 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,11 @@
- cd pimpmykali
- sudo ./pimpmykali.sh
# Revision 0.5h
- minor code cleanup
- 2nd warning screen of nuke impacket has been disabled and will no longer show
- removed --borked from main menu system as the ! menu item is now available
# Revision 0.5g
- minor updates
- moved wait_time, finduser and groups to global vars from local vars

View File

@ -10,7 +10,7 @@
#
# revision var
revision="0.5g"
revision="0.5h"
# unicorn puke:
red=$'\e[1;31m'
@ -505,9 +505,7 @@ pimpmykali_menu () {
echo -e " ! - Nuke Impacket (Type ! character for this menu item)\n" # fix_sead_warning
echo -e " B - BlindPentesters 'The Essentials' tools & utilies collection\n" # bpt
echo -e " 0 - Fix ALL (runs only 1 thru 9) \n" # fix_all
echo -e " Now with Pimpmyupgrade\n - when prompted Yes or No select Yes to auto restart services \n"
echo -e " use the --borked command line switch as a last resort to"
echo -e " remove/reinstall impacket only!! \n"
echo -e " Now with Pimpmyupgrade\n - when prompted select Yes to auto restart services \n"
read -n1 -p " Enter 0 thru 9 or B press X to exit: " menuinput
case $menuinput in