Update Mon May 9 10:46:54 PM CDT 2022
This commit is contained in:
parent
c1169a3b99
commit
30a804731b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue