From 30a804731b091cb0ff415a683591f3c8cb5dc6e7 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 9 May 2022 22:46:54 -0500 Subject: [PATCH] Update Mon May 9 10:46:54 PM CDT 2022 --- README.md | 7 ------- changelog.txt | 4 ++-- pimpmykali.sh | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index acbe103..75bd3d9 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,6 @@ - will install python3.9-full and python3.9-dbg - no prompt will be asked in this function -# Revision 1.5.4b - Fix Responder Disabled - - Downgrade Responder has been Disabled - - complications with python3.10 - - work-around is being developed and will be added - once this function is re-enabled - - additional qemu update to handle qemu or kvm detection - # Revision 1.5.4 - Qemu update - removed xserver-xorg-video-qxl is no longer in the kali repo - updated function to install qemu-guest-agent diff --git a/changelog.txt b/changelog.txt index 1836213..db63895 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,8 +3,8 @@ - function sublime_install lines 768->780 updated # Revision 1.5.2 - Python Requests - - specified specific version of requests to use 2.2.1 - + - specified specific version of requests to use 2.2.1 + # Revision 1.5.1 - Downgrade Metasploit - Disabled - ruby has been upgraded to a default of 3.0 - msf5 requires ruby 2.8 or lower diff --git a/pimpmykali.sh b/pimpmykali.sh index 9ec7727..08c0107 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -561,7 +561,7 @@ fix_python39 () { } # 05.09.2022 - rev 1.5.5 - updated function with python3.9 fix and warning + prompt -fix_responder () { +fix_responder () { echo -e "\n\n $redexclaim This is a 2 part fix for Responder and Python3.9 $redexclaim" echo -e "\n Python3.9 will be installed and /bin/python3.9 will be symlinked to /bin/python3" echo -e " then Responder 3.0.6.0 will be installed"