Update Mon Mar 28 06:04:22 PM CDT 2022
This commit is contained in:
parent
c21b67be77
commit
e03ea9bbe7
|
|
@ -35,6 +35,11 @@
|
|||
# Writeups / Honorable Mentions
|
||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
||||
|
||||
# Revision 1.5.1 - Downgrade Metasploit - Disabled
|
||||
- ruby has been upgraded to a default of 3.0
|
||||
- msf5 requires ruby 2.8 or lower
|
||||
- Downgrade msf5 function has been disabled
|
||||
|
||||
# Revision 1.5.0 - fix_bloodhound function update
|
||||
- removed hold on bloodhound at the start of the function to remove
|
||||
an additional complication that was being created
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# Standard Disclaimer: Author assumes no liability for any damage
|
||||
|
||||
# revision var
|
||||
revision="1.5.0"
|
||||
revision="1.5.1"
|
||||
|
||||
# unicorn puke:
|
||||
red=$'\e[1;31m'
|
||||
|
|
@ -1470,7 +1470,7 @@ pimpmykali_menu () {
|
|||
echo -e " --- ---------------------- ------------" # optional line
|
||||
echo -e " R - Fix Responder (Downgrade Responder to v3.0.6.0)" # fix_responder
|
||||
echo -e " B - Fix Bloodhound (Downgrade Bloodhound to v4.0.3)" # sorry blind, need the letter B... was bpt function
|
||||
echo -e " D - Downgrade Metasploit (Downgrade from MSF6 to MSF5)" # downgrade_msf
|
||||
#echo -e " D - Downgrade Metasploit (Downgrade from MSF6 to MSF5)" # downgrade_msf
|
||||
echo -e " C - Missing Google-Chrome (install google-chrome only)" # check_chrome / fix_chrome
|
||||
echo -e " S - Fix Spike (remove spike and install spike v2.9)" # fix_spike
|
||||
echo -e " F - Broken XFCE Icons fix (stand-alone function: only applies broken xfce fix)" # fix_broken_xfce
|
||||
|
|
@ -1508,7 +1508,7 @@ pimpmykali_menu () {
|
|||
v|V) install_vscode;;
|
||||
w|W) fix_gowitness;;
|
||||
n|N) fix_all; fix_upgrade;;
|
||||
d|D) downgrade_msf;;
|
||||
# d|D) downgrade_msf;;
|
||||
b|B) fix_bloodhound;; # was bpt;;
|
||||
r|R) fix_responder;;
|
||||
# move this to another letter or omit completely as its called in fix_missing
|
||||
|
|
|
|||
Loading…
Reference in New Issue