Procedures for setting up a kali box after its inevitably destroyed. Update this list next time with the information needed to automate as much as possible with .sh scripts. Create a git repo for THM and cryptohacks stuff for redundancy.
- sudo apt update
- sudo apt full-upgrade
- sudo reboot now
fix graphics output:
- sudo apt install nvidia-detect nvidia-drivers nvidia-cuda-toolkit
- sudo reboot now
- nvidia-smi
- lspci | grep -i vga
Dev Environment:
- VS code (wgettable?)
- Discord (wgettable?)
- sudo apt install ruby sqlite3 node yarn
- sudo gem install rails
- postgresql should be good, but but get the local dev DB running (document this).
- sudo apt install git heroku htop
CyberSec Stuff:
- sudo apt install gobuster
- sudo wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O /usr/share/wordlists/seclists.zip
- cd /usr/share/wordlists
- sudo unzip seclists.zip
- sudo gzip -d rockyou*
- openvpn stuff
- update burp
- set up foxy proxy, Burp CA Certificates
- download standalone jython for burp
#Tips for not bricking kali:
- installing R seems to have weird and inexplicable consequences. Figure out how to use a virtual environment.
- sudo apt uninstall python3 is a silly command to enter. Fix broken dependency paths another way.