Update README.md
This commit is contained in:
parent
f193571db9
commit
ef3a6188b6
18
README.md
18
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# pimpmykali.sh - rev 0.1
|
||||
# pimpmykali.sh - rev 0.2
|
||||
|
||||
Kali Linux Fixes for Newly Imported VM's
|
||||
|
||||
|
|
@ -7,23 +7,31 @@ Installation :
|
|||
- chmod +x pimpmykali.sh
|
||||
- sudo ./pimpmykali.sh
|
||||
|
||||
Fixes :
|
||||
- Added colorized notifications, help system, command line arguements, case based menu system
|
||||
- valid command line arguements are: help, all, go, grub, impacket, missing, menu, smb, grub, root
|
||||
- anything other than --all or -all or all , will only run that function and then exit.
|
||||
- command line arguements can be used with -- or - or just the word itself to try can catch for all possible cases
|
||||
|
||||
- example command line var: --help or -help or help will catch help and works for all valid command line arguements
|
||||
anything other the command line arugement catch exits and displays help
|
||||
|
||||
Fixes
|
||||
python-pip missing
|
||||
|
||||
python3-pip missing
|
||||
|
||||
seclists not installed
|
||||
|
||||
golang not installed (or configured)
|
||||
golang not installed
|
||||
- adds path statements to .bashrc
|
||||
|
||||
kali-root-login installed and reneables root login
|
||||
- reworked and added prompt
|
||||
|
||||
impacket-0.9.19
|
||||
- removes any prior installation of impacket ( gracefully and forced )
|
||||
- removes any prior installation of impacket
|
||||
- installs impacket-0.9.19
|
||||
- installs python-wheel ( python2 wheel )
|
||||
- installs python wheel
|
||||
|
||||
fixes smb.conf
|
||||
- add 2 lines below [global] for min max protocol
|
||||
|
|
|
|||
Loading…
Reference in New Issue