Update Fri Jun 4 03:04:40 AM CDT 2021

This commit is contained in:
Dewalt 2021-06-04 03:04:40 -05:00
parent 7e54dd2dd9
commit 7cde354ea4
2 changed files with 31 additions and 21 deletions

View File

@ -45,13 +45,13 @@
- flameshot installed (feature request)
- locate installed (feature request)
- fix_rockyou function
- gunzip's /usr/share/wordlists/rockyou.gz to /usr/share/wordlists/rockyou.txt
- gunzip /usr/share/wordlists/rockyou.gz to /usr/share/wordlists/rockyou.txt
- fix_golang function
- installs golang
- adds golang GOPATH to .bashrc and .zshrc
- installs htop
- installs python requests
- installs python xlrd
- installs python xlrd==1.2.0
- disables xfce power management
- blacklists pcspkr kernel module /etc/modprobe.d/nobeep.conf
@ -75,8 +75,8 @@
- Menu Option 6 - Enable root login
- installs kali-root-login
- prompts for root password
- copy /home/kali to /root prompt (1.1.2)
- added are you sure? prompt to copy /home/kali to /root prompt (1.1.3)
- copy /home/kali/* to /root prompt (1.1.2)
- prompt are you sure? to copy /home/kali to /root prompt (1.1.3)
- Menu Option 7
- installs Atom text editor
@ -93,22 +93,28 @@
- fix : virtualbox shared folder fix applied
- Menu Option 0 - Fix all (1-8)
- Executes ONLY Menu options 1 thru 8 Only
- Menu Option B
- BlindPentesters The_Essentials tools and utilities collection
- Install all of BlindPentesters favorite tools and utilities to /opt (aprox 8GB)
- Click the link below for a full list of the_essentials.sh script and its inner workings
- https://github.com/blindpentester/the-essentials
- Executes ONLY Menu options 1 thru 8
- Menu Option F
- Fixes XFCE Broken Icons "TerminalEmulator" Not Found
- Fixes XFCE Open Catfish instead of Thunar when double clicking Home or FileSystem Icon
- this fix is a temporary fix and will be removed once xfce has been corrected
- Menu Option W
- Install GoWitness precompiled binary
- Menu Option G
- Apply gedit unable to open display as root fix
- Menu Option C
- Install Google-Chrome
- Menu Option V
- Install MS VSCode
- Menu Option S - Fix Spike
- Fixes undefined symbol error thrown when using generic_send_tcp
- this fix is temporary and will be removed once a corrected version is available
- this fix is temporary and will be removed once a corrected version is available
- Menu Option D - Downgrade metasploit-framework from 6 to 5
- downgrades metasploit-framework (msfconsole) from msf6 to msf5
@ -120,5 +126,11 @@
- installs python-pip via curl
- installs python wheel
- Menu Option B
- BlindPentesters The_Essentials tools and utilities collection
- Install all of BlindPentesters favorite tools and utilities to /opt (aprox 8GB)
- Click the link below for a full list of the_essentials.sh script and its inner workings
- https://github.com/blindpentester/the-essentials
# TODO
- clean up todo list :)

View File

@ -453,7 +453,7 @@ fix_grub () {
fi
}
fix_python_requests (){
fix_python_requests () {
eval git clone https://github.com/psf/requests /opt/requests
cd /opt/requests
eval pip install colorama
@ -462,7 +462,7 @@ fix_python_requests (){
echo -e "\n $greenplus installed python2 module : colorama"
}
fix_bad_apt_hash (){
fix_bad_apt_hash () {
mkdir -p /etc/gcrypt
echo "all" > /etc/gcrypt/hwf.deny
}
@ -490,7 +490,7 @@ install_sublime () {
eval apt -y install sublime-text
}
# 06.01.21 - Function rewrite code-oss was added to Kali repo
# 06.01.21 - Function rewrite code-oss was added to Kali 2021.2 repo
install_vscode () {
if [[ -f /usr/bin/code ]]; then
echo -e "\n $greenminus vscode already installed - skipping"
@ -606,7 +606,7 @@ perform_copy_to_root () {
}
# check_helpers() {
# check /home/kalie/.config/xfce4/helpers.rc for default settings of WebBrowser TerminalEmulator FileManager
# check /home/kali/.config/xfce4/helpers.rc for default settings of WebBrowser TerminalEmulator FileManager
# may need this in the copy to root function above , code is commented out and only a place holder currently
# if /root/.config/xfce4/helpers.rc AND /home/kali/.config/xfce4/helpers.rc does not exist create a new file for /root/.config/xfce4/helpers.rc
# if [ -f /home/kali/.config/xfce4/helpers.rc ]
@ -791,11 +791,9 @@ only_upgrade () {
fix_upgrade () {
fix_sources
apt_update
apt_update_complete
apt_update && apt_update_complete
run_update
apt_upgrade
apt_upgrade_complete
apt_upgrade && apt_upgrade_complete
virt_what
check_vm
}
@ -822,7 +820,7 @@ downgrade_msf () {
virt_what() {
# Upgraded virt-what function - 04.07.2021 rev 1.2.2
[ -f "/usr/sbin/virt-what" ] && virtwhat=1 || virtwhat=0
[ -f "/usr/sbin/virt-what" ] && virtwhat=1 || virtwhat=0
if [ $virtwhat = 1 ]
then