code cleanup
This commit is contained in:
parent
4edc4884b9
commit
819f53f018
|
|
@ -43,8 +43,6 @@
|
||||||
- MAPT Course setup, Menu option A
|
- MAPT Course setup, Menu option A
|
||||||
- mobsf installation has been changed to a docker installation
|
- mobsf installation has been changed to a docker installation
|
||||||
- /usr/bin/mobsf-docker script created and made executable
|
- /usr/bin/mobsf-docker script created and made executable
|
||||||
- added waybackrust installation to menu options 0, N and 1
|
|
||||||
- waybackrust is symlinked to /usr/bin/waybackurls
|
|
||||||
|
|
||||||
# Revision 1.6.9a - changed google-chrome installation source
|
# Revision 1.6.9a - changed google-chrome installation source
|
||||||
- is now installed from the kali repo google-chrome-stable
|
- is now installed from the kali repo google-chrome-stable
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ fix_missing() {
|
||||||
check_chrome
|
check_chrome
|
||||||
fix_gowitness # 01.27.2021 added due to 404 errors with go get -u github.com/sensepost/gowitness
|
fix_gowitness # 01.27.2021 added due to 404 errors with go get -u github.com/sensepost/gowitness
|
||||||
fix_mitm6 # 05.09.2022 - added mitm6 to fix missing
|
fix_mitm6 # 05.09.2022 - added mitm6 to fix missing
|
||||||
fix_waybackurls
|
#fix_waybackurls
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_all() {
|
fix_all() {
|
||||||
|
|
@ -1701,7 +1701,7 @@ pimpmykali_menu() {
|
||||||
echo -e " 4 - Fix Grub (adds mitigations=off)" # fix_grub
|
echo -e " 4 - Fix Grub (adds mitigations=off)" # fix_grub
|
||||||
echo -e " 5 - Fix Impacket (installs impacket 0.9.19)" # fix_impacket
|
echo -e " 5 - Fix Impacket (installs impacket 0.9.19)" # fix_impacket
|
||||||
echo -e " 6 - Enable Root Login (installs kali-root-login)" # make_rootgreatagain
|
echo -e " 6 - Enable Root Login (installs kali-root-login)" # make_rootgreatagain
|
||||||
echo -e " 7 - Install Waybackrust (waybackrust installed, symlinked to waybackurls)" # fix_waybackurls
|
#echo -e " 7 - Install Waybackrust (waybackrust installed, symlinked to waybackurls)" # fix_waybackurls
|
||||||
echo -e " 8 - Fix nmap scripts (clamav-exec.nse and http-shellshock.nse)" # fix_nmap
|
echo -e " 8 - Fix nmap scripts (clamav-exec.nse and http-shellshock.nse)" # fix_nmap
|
||||||
echo -e " 9 - Pimpmyupgrade (apt upgrade with vbox/vmware detection)" # only_upgrade
|
echo -e " 9 - Pimpmyupgrade (apt upgrade with vbox/vmware detection)" # only_upgrade
|
||||||
echo -e " (sources.list, linux-headers, vm-video)" # -
|
echo -e " (sources.list, linux-headers, vm-video)" # -
|
||||||
|
|
@ -1737,7 +1737,7 @@ pimpmykali_menu() {
|
||||||
4) fix_grub;;
|
4) fix_grub;;
|
||||||
5) fix_impacket;;
|
5) fix_impacket;;
|
||||||
6) make_rootgreatagain;;
|
6) make_rootgreatagain;;
|
||||||
7) fix_waybackurls;;
|
# 7) fix_waybackurls;;
|
||||||
8) fix_nmap ;;
|
8) fix_nmap ;;
|
||||||
9) apt_update; fix_libwacom; only_upgrade;;
|
9) apt_update; fix_libwacom; only_upgrade;;
|
||||||
0) fix_all; run_update; virt_what; check_vm;;
|
0) fix_all; run_update; virt_what; check_vm;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue