This is a vagrant setup for using BlackArch as a portable pentest environment.
Go to file
gurkenhabicht 7e26ed0098 added applications and fonts 2022-11-06 02:00:53 +01:00
includes added applications and fonts 2022-11-06 02:00:53 +01:00
.gitignore init 2022-10-20 19:35:01 +02:00
README.md added applications and fonts 2022-11-06 02:00:53 +01:00
Vagrantfile init 2022-10-20 19:35:01 +02:00
playbook.yml added applications and fonts 2022-11-06 02:00:53 +01:00
run.sh init 2022-10-20 19:35:01 +02:00

README.md

vagrant-blackarch

This is a vagrant setup for using BlackArch as a portable pentest environment.

Create VM

  • If you haven't done it before, install the arch image and vagrant-reload via
vagrant plugin install vagrant-reload
vagrant box add archlinux/archlinux
  • Run the script to bring up the VM
./run.sh
  • An RSA key will be created, Vagrant will start creating the VM. Provisioning the VM is done via Ansible's playbook.yml.
  • Reboot after Ansible has provisioned the VM to get the gui to work.

TODO

  • Putting in dotfiles, dwm and everything else is vanilla right now.
  • Select applications to install