Update Sun Feb 20 05:53:59 AM CST 2022

This commit is contained in:
Dewalt 2022-02-20 05:53:59 -06:00
parent 315df600eb
commit ffb89e94af
2 changed files with 12 additions and 1 deletions

View File

@ -31,6 +31,11 @@
- 0xC0FFEE Home Lab Build
https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM
# Revision 1.4.5 - libwacom-common breaks apt
- Kali 2022.1 libwacom9 requires libwacom-common
- added to fix missing so it will be automatically installed
- menu options 0, 1 or N will apply this fix
# Revision 1.4.4 - Impacket 0.9.19 url updated
- URL Updated for changes on the SecureAuth github location for Impacket 0.9.19
(Thank you !Sora)

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.4.4"
revision="1.4.5"
# unicorn puke:
red=$'\e[1;31m'
@ -174,6 +174,7 @@ fix_missing () {
fix_sources
fix_hushlogin # 06.18.2021 - added fix for .hushlogin file
apt_update && apt_update_complete
fix_libwacom
apt_autoremove && apt_autoremove_complete
eval apt -y remove kali-undercover $silent
# 02.01.2020 - Added cifs-utils and libguestfs-tools as they are require for priv escalation
@ -233,6 +234,11 @@ fix_all () {
# sed s:"background = /usr/share/desktop-base/kali-theme/login/background":"background = #000000":g
# }
fix_libwacom {
eval apt -y install libwacom-common
#fix added for Kali 2022.1 apt broken after apt update && apt upgrade
}
fix_httprobe() { # 01.04.22 - added httprobe precompiled binary to fix_missing
if [ -f /usr/bin/httprobe ];
then