From ffd8e117bc3461a96361dc8bbcd561921286cba7 Mon Sep 17 00:00:00 2001 From: Dewalt-arch <59529711+Dewalt-arch@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:20:52 -0500 Subject: [PATCH] Update README.md --- README.md | 54 ++++++++++++++++++++++-------------------------------- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 92b6ed8..f373359 100644 --- a/README.md +++ b/README.md @@ -15,37 +15,27 @@ Installation : - 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 - - 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 - - installs impacket-0.9.19 - - installs python 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 - - grub added detection of default /etc/default/grub - - added mitigations=off +Fixes : +- python-pip now removed from kali repos, installation via curl +- python3-pip missing +- seclists not installed +- 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 + - installs impacket-0.9.19 + - installs python wheel +-fixes smb.conf + - adds the 2 lines below [global] for min max protocol + - client min protocol = CORE + - client max protocol = SMB3 +- .bashrc alias and functions ( currently commented out and is not a part of the running script ) + - adds command ex function to extract from any archive with 1 command ex + - vpnip - displays tun0 ip address in the terminal via vpnip alias + - added /sbin to user path, can now ifconfig without sudo +- grub added detection of default /etc/default/grub + - added mitigations=off