Skip to content

Ansible automation project to setup Kali Linux

Notifications You must be signed in to change notification settings

NLXZ/kali-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kali-setup

Automated setup for my Kali Linux environment (tested on a clean VMware Kali Linux)

Installation

  1. Download the latest Kali Linux
  2. Start the VM and switch to tty1 (Ctrl + Alt + F1)
  3. Log in as kali:kali and set a root password:
sudo passwd root && exit
  1. Log in as root and run the setup:
pipx install --global ansible-core
git clone https://github.com/NLXZ/kali-setup /tmp/kali-setup
ansible-playbook /tmp/kali-setup/playbook.yml

Manual configurations

Burp Suite extensions:

  1. Open Burp Suite
  2. Go to Extensions > BApp Store
  3. Click twice on Installed to sort
  4. Reinstall each enabled extension

About

Ansible automation project to setup Kali Linux

Topics

Resources

Stars

Watchers

Forks