Update Tue Aug 24 05:11:09 AM CDT 2021
This commit is contained in:
parent
7bc8c0bc01
commit
046d080dac
25
README.md
25
README.md
|
@ -85,6 +85,7 @@
|
||||||
- executes menu option 0 fix all ( menu options 1 thru 8 )
|
- executes menu option 0 fix all ( menu options 1 thru 8 )
|
||||||
- executes menu opiion 9 (pimpmyupgrade)
|
- executes menu opiion 9 (pimpmyupgrade)
|
||||||
|
|
||||||
|
|
||||||
- Menu option = Pimpmykali-Mirrors (rev 1.3.2)
|
- Menu option = Pimpmykali-Mirrors (rev 1.3.2)
|
||||||
- obtain kali mirror list and process
|
- obtain kali mirror list and process
|
||||||
- round-trip-time ping test to all mirrors, select top 10 with shortest rtt
|
- round-trip-time ping test to all mirrors, select top 10 with shortest rtt
|
||||||
|
@ -97,10 +98,12 @@
|
||||||
- write new deb and deb-src lines with new mirror to /etc/apt/sources.list
|
- write new deb and deb-src lines with new mirror to /etc/apt/sources.list
|
||||||
- N exits and makes no change to /etc/apt/sources.list
|
- N exits and makes no change to /etc/apt/sources.list
|
||||||
|
|
||||||
|
|
||||||
- Menu Option ! - Nuke Impacket (yes its literally the ! character)
|
- Menu Option ! - Nuke Impacket (yes its literally the ! character)
|
||||||
- removes any prior installation of impacket (gracefully and forcefully)
|
- removes any prior installation of impacket (gracefully and forcefully)
|
||||||
- installs impacket-0.9.19
|
- installs impacket-0.9.19
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 1 - Fix missing
|
- Menu Option 1 - Fix missing
|
||||||
- fix_sources
|
- fix_sources
|
||||||
- uncomment #deb-src from /etc/apt/sources.list
|
- uncomment #deb-src from /etc/apt/sources.list
|
||||||
|
@ -121,91 +124,113 @@
|
||||||
- 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
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 2 - Fix smb.conf
|
- Menu Option 2 - Fix smb.conf
|
||||||
- adds below [global] in /etc/samba/smb.conf
|
- adds below [global] in /etc/samba/smb.conf
|
||||||
- client min protocol = CORE below [global]
|
- client min protocol = CORE below [global]
|
||||||
- client max protocol = SMB3 below [global]
|
- client max protocol = SMB3 below [global]
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 3 - Fix Golang
|
- Menu Option 3 - Fix Golang
|
||||||
- Installs golang
|
- Installs golang
|
||||||
- checks for GOPATH in .bashrc and .zshrc
|
- checks for GOPATH in .bashrc and .zshrc
|
||||||
- if GOPATH is found, adds nothing
|
- if GOPATH is found, adds nothing
|
||||||
- if not found, adds GOPATH statements to both .zshrc and .bashrc
|
- if not found, adds GOPATH statements to both .zshrc and .bashrc
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 4 - Fix Grub
|
- Menu Option 4 - Fix Grub
|
||||||
- adds mitigations=off to GRUB_CMDLINE_LINUX_DEFAULT
|
- adds mitigations=off to GRUB_CMDLINE_LINUX_DEFAULT
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 5
|
- Menu Option 5
|
||||||
- installs Impacket-0.9.19
|
- installs Impacket-0.9.19
|
||||||
|
|
||||||
|
|
||||||
- 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)
|
||||||
- prompt are you sure? 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
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 8 - Fix Nmap
|
- Menu Option 8 - Fix Nmap
|
||||||
- wget nmap script fixes
|
- wget nmap script fixes
|
||||||
- clamav-exec.nse
|
- clamav-exec.nse
|
||||||
- http-shellshock.nse (Thank you Alek!)
|
- http-shellshock.nse (Thank you Alek!)
|
||||||
|
|
||||||
|
|
||||||
- Menu Option 9 - Pimpmyupgrade
|
- Menu Option 9 - Pimpmyupgrade
|
||||||
- additional notes will be added
|
- additional notes will be added
|
||||||
- fix : Hypervisor detection (vmware, virtualbox, qemu/libvirt)
|
- fix : Hypervisor detection (vmware, virtualbox, qemu/libvirt)
|
||||||
- add additional details here
|
- add additional details here
|
||||||
- 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
|
- Executes ONLY Menu options 1 thru 8
|
||||||
|
|
||||||
|
|
||||||
- Menu Option B
|
- Menu Option B
|
||||||
- BlindPentesters The_Essentials tools and utilities collection
|
- BlindPentesters The_Essentials tools and utilities collection
|
||||||
- Install all of BlindPentesters favorite tools and utilities to /opt (aprox 8GB)
|
- 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
|
- Click the link below for a full list of the_essentials.sh script and its inner workings
|
||||||
- https://github.com/blindpentester/the-essentials
|
- https://github.com/blindpentester/the-essentials
|
||||||
|
|
||||||
|
|
||||||
- Menu Option C
|
- Menu Option C
|
||||||
- Install Google-Chrome
|
- Install Google-Chrome
|
||||||
|
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
|
||||||
- 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 G
|
- Menu Option G
|
||||||
- Apply gedit unable to open display as root fix
|
- Apply gedit unable to open display as root fix
|
||||||
|
|
||||||
|
|
||||||
- Menu Option K
|
- Menu Option K
|
||||||
- Reconfigure Keyboard, Language and Layout + Variant
|
- Reconfigure Keyboard, Language and Layout + Variant
|
||||||
|
|
||||||
|
|
||||||
- Menu Option M
|
- Menu Option M
|
||||||
- Kali linux setup for Mayors Movement Pivoting and Persistance Course
|
- Kali linux setup for Mayors Movement Pivoting and Persistance Course
|
||||||
- installs covenant
|
- installs covenant
|
||||||
|
|
||||||
|
|
||||||
- Menu Option P - Disable Power Management
|
- Menu Option P - Disable Power Management
|
||||||
- Based upon detection disable power management for that environment
|
- Based upon detection disable power management for that environment
|
||||||
- Detect desktop environment
|
- Detect desktop environment
|
||||||
- XFCE
|
- XFCE
|
||||||
- Gnome
|
- Gnome
|
||||||
|
|
||||||
|
|
||||||
- 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 T
|
- Menu Option T
|
||||||
- Reconfigure Timezone
|
- Reconfigure Timezone
|
||||||
|
|
||||||
|
|
||||||
- Menu Option V
|
- Menu Option V
|
||||||
- Install MS VSCode
|
- Install MS VSCode
|
||||||
|
|
||||||
|
|
||||||
- Menu Option W
|
- Menu Option W
|
||||||
- Install GoWitness precompiled binary
|
- Install GoWitness precompiled binary
|
||||||
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
- clean up todo list :)
|
- clean up todo list :)
|
||||||
|
|
Loading…
Reference in New Issue