Pimp my kali
TODO.list for everything kali related
#Securing the system
1) passwd (type twice)
2) apt-get update | apt-get upgrade | apt-get dist-upgrade |
#Custom script
#!/bin/bash
set -e
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
#Reconfigure ssh
cd /etc/ssh
ls
mkdir old_keys
mv ssh_host_* /etc/ssh/old_keys
ls old_keys
dpkg-reconfigure openssh-server
md5sum ssh_host_*
md5sum /etc/ssh/old_keys/ssh_host_*#Adding a user
#Updating the essentials
#Resizing Screen on VMWare VM
#issues with Italian keyboard layout in VMWare pro + Kali
Last updated