Update Mon May 9 10:46:54 PM CDT 2022

This commit is contained in:
Dewalt 2022-05-09 22:46:54 -05:00
parent c1169a3b99
commit 30a804731b
3 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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"