Ansible roles & playbook to install various tools & set things up in kali linux VMs
Find a file
2022-07-30 19:39:46 +02:00
group_vars/all now sets screen resolution 2022-07-28 22:43:49 +02:00
inventory Initial commit 2022-07-28 19:14:01 +02:00
roles Explicitly create cyberchef group 2022-07-30 19:39:46 +02:00
.gitignore Initial commit 2022-07-28 19:14:01 +02:00
install.sh only run installer as root 2022-07-28 22:06:07 +02:00
README.md Added README.md 2022-07-28 22:43:55 +02:00
requirements.yml Improved installation workflow 2022-07-28 19:20:22 +02:00
setup.yml Initial cyberchef scripts 2022-07-29 00:01:23 +02:00

Ansible automation repo for kali linux VMs

Usage

All necessary commands are included in the install.sh script. So, on a fresh Kali VM, do

git clone https://gitea.a-0.me/philip/kali-autosetup.git
cd kali-autosetup
sudo bash install.sh

Make sure to visit https://check.torproject.org afterwards to verify you are connected via the Tor network.

Current functionality

  • System settings
    • set keyboard layout (default: de)
    • set screen resolution (default: FullHD)
  • Default gateway via TOR network
    • Transparent proxy for TCP traffic
    • Redirecting DNS queries through TOR
    • Any other traffic is dropped.

Future functionality

A lot.