Revision 1.7.5
This commit is contained in:
parent
dae3698eb2
commit
37af6297cf
|
@ -39,6 +39,9 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
||||||
|
|
||||||
|
# Revision 1.7.5 - removed menu option %
|
||||||
|
- mpgn's github page is now 404 status, installer will need rework
|
||||||
|
|
||||||
# Revision 1.7.4h - updated pipx installer for fix_cme
|
# Revision 1.7.4h - updated pipx installer for fix_cme
|
||||||
- updated function to install pipx from apt
|
- updated function to install pipx from apt
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# Standard Disclaimer: Author assumes no liability for any damage
|
# Standard Disclaimer: Author assumes no liability for any damage
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="1.7.4h"
|
revision="1.7.5"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
@ -2066,7 +2066,7 @@ pimpmykali_menu() {
|
||||||
echo -e " ! - Nuke Impacket (Type the ! character for this menu item)" # fix_sead_warning
|
echo -e " ! - Nuke Impacket (Type the ! character for this menu item)" # fix_sead_warning
|
||||||
echo -e " @ - Install Nessus (Type the @ character for this menu item)" # install_nessus
|
echo -e " @ - Install Nessus (Type the @ character for this menu item)" # install_nessus
|
||||||
echo -e " $ - Nuke Nessus (Type the $ character for this menu item)" # remove_nessus
|
echo -e " $ - Nuke Nessus (Type the $ character for this menu item)" # remove_nessus
|
||||||
echo -e " % - CrackMapExec 6.x.x pipx (Type the % character for this menu item)\n" #fix_cme
|
# echo -e " % - CrackMapExec 6.x.x pipx (Type the % character for this menu item)\n" #fix_cme
|
||||||
read -n1 -p " Press key for menu item selection or press X to exit: " menuinput
|
read -n1 -p " Press key for menu item selection or press X to exit: " menuinput
|
||||||
|
|
||||||
case $menuinput in
|
case $menuinput in
|
||||||
|
@ -2104,7 +2104,7 @@ pimpmykali_menu() {
|
||||||
^) install_everything;;
|
^) install_everything;;
|
||||||
@) install_nessus;;
|
@) install_nessus;;
|
||||||
$) remove_nessus;;
|
$) remove_nessus;;
|
||||||
%) fix_cme;;
|
# %) fix_cme;;
|
||||||
*) pimpmykali_menu ;;
|
*) pimpmykali_menu ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue