From 148d02a83bd8c8216ef54d5fa29933db0cd3c1cd Mon Sep 17 00:00:00 2001 From: Dewalt-arch <59529711+Dewalt-arch@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:21:50 -0500 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b567b5e..600178c 100644 --- a/README.md +++ b/README.md @@ -2,38 +2,38 @@ Kali Linux Fixes for Newly Imported VM's -Installation +Installation : - Download pimpmykali.sh - chmod +x pimpmykali.sh - sudo ./pimpmykali.sh Fixes : - python-pip missing no reason this should be missing from a pentest distro + python-pip missing - python3-pip missing no resson this should be missing from a pentest distro + python3-pip missing seclists not installed golang not installed (or configured) - - - adds path statements to .bashrc + - adds path statements to .bashrc - kali-root-login installed and reneables root login + kali-root-login installed and reneables root login impacket-0.9.19 - removes any prior installation of impacket ( gracefully and forced ) - installs impacket-0.9.19 - - installs python-wheel ( python2 wheel ) - + - installs python-wheel ( python2 wheel ) + fixes smb.conf - + - add 2 lines below [global] for min max protocol + - client min protocol = CORE + - client max protocol = SMB3 + .bashrc alias and functions - adds command ex function to extract from any archive with 1 command ex - vpnip - displays tun0 ip address in the terminal via vpnip alias - + .bashrc - added /sbin to user path, can now ifconfig without sudo - - /etc/default/grub - - added "migitgations=off" and updates grub +