Skip to content

These are my customization scripts for every time I have to perform a Kali clean install.

Notifications You must be signed in to change notification settings

celm1990/personal-kali-customization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Personal Kali Customization

These are my customization scripts for every time I have to perform a Kali clean install.

Requirements for the VM

  • Space: 60Gi disk
  • Memory: 8Gi
  • Processor: >= 2 cores
  • Kali installed with Xfce (default) desktop

Note: These scripts work in any other desktop perfectly. However, you must know how to change the desktop to bspwm at the login. Besides that, Xfce is a bit more stable than other desktops in kali.

Steps to run

  • From a freshly installed Kali machine, update all packages by running:
sudo apt update
sudo apt full-upgrade -y
  • Install Ansible:
sudo apt install ansible-core
  • Run a command as sudo to cache the sudo authentication, for example:
sudo whoami
  • From the root directory of the repository run:
ansible-playbook main.yml
  • When it finishes, restart the virtual machine, and before logging in, check the menu on the right-top corner and select bspwm.

  • Log in and enjoy!

Disclaimer: These Ansible scripts might work on other linux flavors like Parrot, Debian or even Ubuntu, but these scripts haven't been tested on those distros yet.

About

These are my customization scripts for every time I have to perform a Kali clean install.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.9%
  • Python 4.1%