Creating a Pentesting Machine
$ sudo apt update && sudo apt upgrade -y
$ sudo adduser [dein_benutzername]
$ sudo usermod -aG sudo [dein_benutzername]
$ sudo apt install htop git curl wget vim
$ nano ~/.bashrc # eigene Aliase und Einstellungen hinzufügen
Install VM tools
$ apt update --fix-missing
$ sudo apt install -y open-vm-tools-desktop fuse open-vm-tools
$ sudo reboot -fCustomization
sudo apt install figlet lolcat
figlet -f slant -c "Your Name" | lolcat && figlet -f digital -c "Your Quotes" | lolcat
nano .zshrc
source .zshrc
Last updated