Update Thu Aug 4 09:35:02 PM CDT 2022
This commit is contained in:
parent
3790534bc4
commit
5ee0cb9610
29
README.md
29
README.md
|
|
@ -42,34 +42,7 @@
|
|||
- added function to set ssh to wide compatibility mode
|
||||
- file created : /etc/ssh/ssh_config.d/kali-wide-compat.conf
|
||||
- resolves issues with ssh -i id_rsa and various other legacy ciphers
|
||||
|
||||
# Revision 1.5.6b - restart-vm-tools
|
||||
- restart-vm-tools removed from check_vm function
|
||||
|
||||
# Revision 1.5.6a - fix_assetfinder function
|
||||
- Thank you m4ul3r for finding this!
|
||||
- Not all wget statements were being eval'd
|
||||
- all wgets are now eval'd
|
||||
|
||||
|
||||
# Revision 1.5.5 - Fix Responder Re-Enabled
|
||||
- Downgrade Responder (R) Function updated
|
||||
- ask_python39 function added: prompt before proceeding
|
||||
- fix_python39 function
|
||||
- if python3.10 is found :
|
||||
- installs python3.9-full and python3.9-dbg
|
||||
- resymlinks /bin/python3.9 to /bin/python3
|
||||
- if python3.10 not found proceeds with responder downgrade
|
||||
|
||||
- New Menu item P - Fix Python3.9 (no prompt)
|
||||
- will install python3.9-full and python3.9-dbg
|
||||
- no prompt will be asked in this function
|
||||
|
||||
# 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
|
||||
- revision history 1.5.0 -> 1.5.3 moved to changelog.txt
|
||||
- thank you m4ul3r!
|
||||
- older revision history moved to changelog.txt
|
||||
|
||||
# Menu Breakdown of Pimpmykali
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,30 @@
|
|||
# Revision 1.5.6b - restart-vm-tools
|
||||
- restart-vm-tools removed from check_vm function
|
||||
|
||||
# Revision 1.5.6a - fix_assetfinder function
|
||||
- Thank you m4ul3r for finding this!
|
||||
- Not all wget statements were being eval'd
|
||||
- all wgets are now eval'd
|
||||
|
||||
# Revision 1.5.5 - Fix Responder Re-Enabled
|
||||
- Downgrade Responder (R) Function updated
|
||||
- ask_python39 function added: prompt before proceeding
|
||||
- fix_python39 function
|
||||
- if python3.10 is found :
|
||||
- installs python3.9-full and python3.9-dbg
|
||||
- resymlinks /bin/python3.9 to /bin/python3
|
||||
- if python3.10 not found proceeds with responder downgrade
|
||||
|
||||
- New Menu item P - Fix Python3.9 (no prompt)
|
||||
- will install python3.9-full and python3.9-dbg
|
||||
- no prompt will be asked in this function
|
||||
|
||||
# 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
|
||||
- revision history 1.5.0 -> 1.5.3 moved to changelog.txt
|
||||
- thank you m4ul3r!
|
||||
|
||||
# Revision 1.5.3 - Sublime Installation updated
|
||||
- fix provided by aashiksamuel, thank you!
|
||||
- function sublime_install lines 768->780 updated
|
||||
|
|
|
|||
|
|
@ -1480,6 +1480,7 @@ cleanup() {
|
|||
# function call list : get_mirrorlist; best_ping; small_speedtest; large_speedtest; gen_new_sources; cleanup;;
|
||||
#---- end pimpmykali-mirrors rev 1.3.2 08.20.2021 ----
|
||||
|
||||
# fix_ssh function - set ssh client to wide compatibility mode legacy ciphers - 08.04.2022 rev 1.5.7
|
||||
fix_ssh() {
|
||||
echo -e "\n $greenplus Fix SSH set ssh to wide compatibility"
|
||||
outputfile="/etc/ssh/ssh_config.d/kali-wide-compat.conf"
|
||||
|
|
@ -1501,7 +1502,6 @@ fix_ssh() {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
# ascii art - DONT move
|
||||
asciiart=$(base64 -d <<< "H4sIAAAAAAAAA31QQQrCQAy89xVz9NR8QHoQH+BVCATBvQmC
|
||||
CEXI480kXdteTJfdzGQy2S3wi9EM/2MnSDm3oUoMuJlX3hmsMMSjA4uAtUTsSQ9NUkkKVgKKBX
|
||||
|
|
|
|||
Loading…
Reference in New Issue