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 opiion 9 (pimpmyupgrade)
|
||||
|
||||
|
||||
- Menu option = Pimpmykali-Mirrors (rev 1.3.2)
|
||||
- obtain kali mirror list and process
|
||||
- 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
|
||||
- N exits and makes no change to /etc/apt/sources.list
|
||||
|
||||
|
||||
- Menu Option ! - Nuke Impacket (yes its literally the ! character)
|
||||
- removes any prior installation of impacket (gracefully and forcefully)
|
||||
- installs impacket-0.9.19
|
||||
|
||||
|
||||
- Menu Option 1 - Fix missing
|
||||
- fix_sources
|
||||
- uncomment #deb-src from /etc/apt/sources.list
|
||||
|
@ -121,91 +124,113 @@
|
|||
- disables xfce power management
|
||||
- blacklists pcspkr kernel module /etc/modprobe.d/nobeep.conf
|
||||
|
||||
|
||||
- Menu Option 2 - Fix smb.conf
|
||||
- adds below [global] in /etc/samba/smb.conf
|
||||
- client min protocol = CORE below [global]
|
||||
- client max protocol = SMB3 below [global]
|
||||
|
||||
|
||||
- Menu Option 3 - Fix Golang
|
||||
- Installs golang
|
||||
- checks for GOPATH in .bashrc and .zshrc
|
||||
- if GOPATH is found, adds nothing
|
||||
- if not found, adds GOPATH statements to both .zshrc and .bashrc
|
||||
|
||||
|
||||
- Menu Option 4 - Fix Grub
|
||||
- adds mitigations=off to GRUB_CMDLINE_LINUX_DEFAULT
|
||||
|
||||
|
||||
- Menu Option 5
|
||||
- installs Impacket-0.9.19
|
||||
|
||||
|
||||
- Menu Option 6 - Enable root login
|
||||
- installs kali-root-login
|
||||
- prompts for root password
|
||||
- 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
|
||||
|
||||
|
||||
- Menu Option 8 - Fix Nmap
|
||||
- wget nmap script fixes
|
||||
- clamav-exec.nse
|
||||
- http-shellshock.nse (Thank you Alek!)
|
||||
|
||||
|
||||
- Menu Option 9 - Pimpmyupgrade
|
||||
- additional notes will be added
|
||||
- fix : Hypervisor detection (vmware, virtualbox, qemu/libvirt)
|
||||
- add additional details here
|
||||
- fix : virtualbox shared folder fix applied
|
||||
|
||||
|
||||
- Menu Option 0 - Fix all (1-8)
|
||||
- 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 C
|
||||
- Install Google-Chrome
|
||||
|
||||
|
||||
- Menu Option D - Downgrade metasploit-framework from 6 to 5
|
||||
- downgrades metasploit-framework (msfconsole) from msf6 to msf5
|
||||
|
||||
|
||||
- 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 G
|
||||
- Apply gedit unable to open display as root fix
|
||||
|
||||
|
||||
- Menu Option K
|
||||
- Reconfigure Keyboard, Language and Layout + Variant
|
||||
|
||||
|
||||
- Menu Option M
|
||||
- Kali linux setup for Mayors Movement Pivoting and Persistance Course
|
||||
- installs covenant
|
||||
|
||||
|
||||
- Menu Option P - Disable Power Management
|
||||
- Based upon detection disable power management for that environment
|
||||
- Detect desktop environment
|
||||
- XFCE
|
||||
- Gnome
|
||||
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
- Menu Option T
|
||||
- Reconfigure Timezone
|
||||
|
||||
|
||||
- Menu Option V
|
||||
- Install MS VSCode
|
||||
|
||||
|
||||
- Menu Option W
|
||||
- Install GoWitness precompiled binary
|
||||
|
||||
|
||||
# TODO
|
||||
- clean up todo list :)
|
||||
|
|
Loading…
Reference in New Issue