Update README.md
This commit is contained in:
parent
18c44b85eb
commit
ffd8e117bc
54
README.md
54
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
|
- 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
|
anything other the command line arugement catch exits and displays help
|
||||||
|
|
||||||
Fixes
|
Fixes :
|
||||||
python-pip missing
|
- python-pip now removed from kali repos, installation via curl
|
||||||
|
- python3-pip missing
|
||||||
python3-pip missing
|
- seclists not installed
|
||||||
|
- golang not installed
|
||||||
seclists not installed
|
- adds path statements to .bashrc
|
||||||
|
- kali-root-login installed and reneables root login
|
||||||
golang not installed
|
- reworked and added prompt
|
||||||
- adds path statements to .bashrc
|
- impacket-0.9.19
|
||||||
|
- removes any prior installation of impacket
|
||||||
kali-root-login installed and reneables root login
|
- installs impacket-0.9.19
|
||||||
- reworked and added prompt
|
- installs python wheel
|
||||||
|
-fixes smb.conf
|
||||||
impacket-0.9.19
|
- adds the 2 lines below [global] for min max protocol
|
||||||
- removes any prior installation of impacket
|
- client min protocol = CORE
|
||||||
- installs impacket-0.9.19
|
- client max protocol = SMB3
|
||||||
- installs python wheel
|
- .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
|
||||||
fixes smb.conf
|
- vpnip - displays tun0 ip address in the terminal via vpnip alias
|
||||||
- add 2 lines below [global] for min max protocol
|
- added /sbin to user path, can now ifconfig without sudo
|
||||||
- client min protocol = CORE
|
- grub added detection of default /etc/default/grub
|
||||||
- client max protocol = SMB3
|
- added mitigations=off
|
||||||
|
|
||||||
.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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue