Update Fri Jun 4 03:04:40 AM CDT 2021
This commit is contained in:
parent
7e54dd2dd9
commit
7cde354ea4
36
README.md
36
README.md
|
|
@ -45,13 +45,13 @@
|
||||||
- flameshot installed (feature request)
|
- flameshot installed (feature request)
|
||||||
- locate installed (feature request)
|
- locate installed (feature request)
|
||||||
- fix_rockyou function
|
- 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
|
- fix_golang function
|
||||||
- installs golang
|
- installs golang
|
||||||
- adds golang GOPATH to .bashrc and .zshrc
|
- adds golang GOPATH to .bashrc and .zshrc
|
||||||
- installs htop
|
- installs htop
|
||||||
- installs python requests
|
- installs python requests
|
||||||
- installs python xlrd
|
- installs python xlrd==1.2.0
|
||||||
- disables xfce power management
|
- disables xfce power management
|
||||||
- blacklists pcspkr kernel module /etc/modprobe.d/nobeep.conf
|
- blacklists pcspkr kernel module /etc/modprobe.d/nobeep.conf
|
||||||
|
|
||||||
|
|
@ -75,8 +75,8 @@
|
||||||
- Menu Option 6 - Enable root login
|
- Menu Option 6 - Enable root login
|
||||||
- installs kali-root-login
|
- installs kali-root-login
|
||||||
- prompts for root password
|
- prompts for root password
|
||||||
- copy /home/kali to /root prompt (1.1.2)
|
- copy /home/kali/* to /root prompt (1.1.2)
|
||||||
- added are you sure? prompt to copy /home/kali to /root prompt (1.1.3)
|
- prompt are you sure? to copy /home/kali to /root prompt (1.1.3)
|
||||||
|
|
||||||
- Menu Option 7
|
- Menu Option 7
|
||||||
- installs Atom text editor
|
- installs Atom text editor
|
||||||
|
|
@ -93,22 +93,28 @@
|
||||||
- fix : virtualbox shared folder fix applied
|
- fix : virtualbox shared folder fix applied
|
||||||
|
|
||||||
- Menu Option 0 - Fix all (1-8)
|
- Menu Option 0 - Fix all (1-8)
|
||||||
- Executes ONLY Menu options 1 thru 8 Only
|
- Executes ONLY Menu options 1 thru 8
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- Menu Option F
|
- Menu Option F
|
||||||
- Fixes XFCE Broken Icons "TerminalEmulator" Not Found
|
- Fixes XFCE Broken Icons "TerminalEmulator" Not Found
|
||||||
- Fixes XFCE Open Catfish instead of Thunar when double clicking Home or FileSystem Icon
|
- 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
|
- 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
|
- Menu Option S - Fix Spike
|
||||||
- Fixes undefined symbol error thrown when using generic_send_tcp
|
- 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
|
- Menu Option D - Downgrade metasploit-framework from 6 to 5
|
||||||
- downgrades metasploit-framework (msfconsole) from msf6 to msf5
|
- downgrades metasploit-framework (msfconsole) from msf6 to msf5
|
||||||
|
|
@ -120,5 +126,11 @@
|
||||||
- installs python-pip via curl
|
- installs python-pip via curl
|
||||||
- installs python wheel
|
- 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
|
# TODO
|
||||||
- clean up todo list :)
|
- clean up todo list :)
|
||||||
|
|
|
||||||
|
|
@ -453,7 +453,7 @@ fix_grub () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_python_requests (){
|
fix_python_requests () {
|
||||||
eval git clone https://github.com/psf/requests /opt/requests
|
eval git clone https://github.com/psf/requests /opt/requests
|
||||||
cd /opt/requests
|
cd /opt/requests
|
||||||
eval pip install colorama
|
eval pip install colorama
|
||||||
|
|
@ -462,7 +462,7 @@ fix_python_requests (){
|
||||||
echo -e "\n $greenplus installed python2 module : colorama"
|
echo -e "\n $greenplus installed python2 module : colorama"
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_bad_apt_hash (){
|
fix_bad_apt_hash () {
|
||||||
mkdir -p /etc/gcrypt
|
mkdir -p /etc/gcrypt
|
||||||
echo "all" > /etc/gcrypt/hwf.deny
|
echo "all" > /etc/gcrypt/hwf.deny
|
||||||
}
|
}
|
||||||
|
|
@ -490,7 +490,7 @@ install_sublime () {
|
||||||
eval apt -y install sublime-text
|
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 () {
|
install_vscode () {
|
||||||
if [[ -f /usr/bin/code ]]; then
|
if [[ -f /usr/bin/code ]]; then
|
||||||
echo -e "\n $greenminus vscode already installed - skipping"
|
echo -e "\n $greenminus vscode already installed - skipping"
|
||||||
|
|
@ -606,7 +606,7 @@ perform_copy_to_root () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# check_helpers() {
|
# 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
|
# 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 /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 ]
|
# if [ -f /home/kali/.config/xfce4/helpers.rc ]
|
||||||
|
|
@ -791,11 +791,9 @@ only_upgrade () {
|
||||||
|
|
||||||
fix_upgrade () {
|
fix_upgrade () {
|
||||||
fix_sources
|
fix_sources
|
||||||
apt_update
|
apt_update && apt_update_complete
|
||||||
apt_update_complete
|
|
||||||
run_update
|
run_update
|
||||||
apt_upgrade
|
apt_upgrade && apt_upgrade_complete
|
||||||
apt_upgrade_complete
|
|
||||||
virt_what
|
virt_what
|
||||||
check_vm
|
check_vm
|
||||||
}
|
}
|
||||||
|
|
@ -822,7 +820,7 @@ downgrade_msf () {
|
||||||
|
|
||||||
virt_what() {
|
virt_what() {
|
||||||
# Upgraded virt-what function - 04.07.2021 rev 1.2.2
|
# 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 ]
|
if [ $virtwhat = 1 ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue