From 902df515c0c1fde5d46d0e2091bd204fcf126074 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 12 Oct 2020 11:34:04 -0500 Subject: [PATCH] Update Mon Oct 12 11:34:04 AM CDT 2020 --- README.md | 2 +- pimpmykali.sh | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09354d7..c76b84f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - 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 - - added htop to fix_missing + - added htop to fix_missing # Revision 0.5g - minor updates diff --git a/pimpmykali.sh b/pimpmykali.sh index 24f7e08..ae1d425 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -313,15 +313,15 @@ fix_sead_run () { # may consider removing this.... 2nd warning screen # clear # echo -e " If you've made it this far you're having a really bad day with impacket... " - echo -e " Enjoy the last chance launch sequence!\n" - echo -e " Preparing to nuke Impacket...\n" - echo -e " $green[....]$white aquiring targets\n" - echo -e " $green[$red+$green..$red+$green]$white targets selected\n$SEAD\n" - echo -e " $green[-$red++$green-]$white targets locked\n" - echo -e " $green[++++]$white systems ready\n" - echo -e " $green[<$red@@$green>]$white taking aim\n" - echo -e " $green[$red####$green]$white requesting launch code\n" - echo -e " $green[$red$launch_codes_alpha-$launch_codes_beta-$launch_codes_charlie$green]$white launch code confirmed" + echo -e " Enjoy the last chance launch sequence!\n" + echo -e " Preparing to nuke Impacket...\n" + echo -e " $green[....]$white aquiring targets\n" + echo -e " $green[$red+$green..$red+$green]$white targets selected\n$SEAD\n" + echo -e " $green[-$red++$green-]$white targets locked\n" + echo -e " $green[++++]$white systems ready\n" + echo -e " $green[<$red@@$green>]$white taking aim\n" + echo -e " $green[$red####$green]$white requesting launch code\n" + echo -e " $green[$red$launch_codes_alpha-$launch_codes_beta-$launch_codes_charlie$green]$white launch code confirmed" # echo -e " Are you sure you meant to run this script?\n" # temp_cnt=${wait_time} # while [[ ${temp_cnt} -gt 0 ]];