From f05eee9a2229333c55fe61bdf59bf2dcf59e7543 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Tue, 2 Feb 2021 10:38:35 -0600 Subject: [PATCH] Update Tue Feb 2 10:38:35 AM CST 2021 --- README.md | 3 ++- pimpmykali.sh | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bbc564..7f5ce10 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ - For a new kali vm, run menu option N # Revision 1.1.8 - Quality of life improvements + - Added install for theharvester - xfce power management is now disabled - fix_xfcepower fix_xfce_root fix_xfce_user - - will also be executed in menu option F - Fix Icons + - will also be executed in menu option F - Fix Icons - pc speaker beep now disabled /etc/modprobe.d/nobeep.conf - silence_pcbeep - Items will be installed via the following : diff --git a/pimpmykali.sh b/pimpmykali.sh index 4ef1a90..b621afb 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -125,6 +125,7 @@ fix_missing () { fix_golang $force fix_nmap fix_rockyou + fix_theharvester # 02.02.2021 - added theharvester to fix_missing silence_pcbeep # 02.02.2021 - turn off terminal pc beep fix_xfcepower # 02.02.2021 - disable xfce power management for user and root fix_python_requests @@ -293,6 +294,13 @@ fix_flameshot () { fix_section $section $check $force } +# 02.02.21 - rev 1.1.8 - install theharvester +fix_theharvester () { + section="theharvester" + check=$(whereis theharvester | grep -i -c "/usr/bin/theharvester") + fix_section $section $check $force + } + fix_golang () { section="golang" check=$(whereis go | grep -i -c "/usr/bin/go") @@ -711,7 +719,7 @@ fix_upgrade () { # eval pip3 install . # echo -e "\n $greenplus theHarvester fixes applied and installed" # exit_screen -# } +# } bpt () { rm -rf /opt/the-essentials @@ -864,7 +872,6 @@ pimpmykali_menu () { echo -e " F - Broken XFCE Icons fix (will be executed in menu N and 9 automatically)" # fix_broken_xfce echo -e " (fixes broken xfce icons TerminalEmulator Not Found)" # echo -e " S - Fix Spike (remove spike and install spike v2.9)" # fix_spike - # echo -e " G - Fix Gowitness (install gowitness prebuilt binary)" # fix_gowitness echo -e " ! - Nuke Impacket (Type the ! character for this menu item)" # fix_sead_warning echo -e " D - Downgrade Metasploit (Downgrade from MSF6 to MSF5)" # downgrade_msf echo -e " B - BlindPentesters 'The Essentials' tools & utilies collection\n" # bpt