_ _ _ _
| | | (_) | |
| | ____ _| |_ __ _ _ __ __ _ _ __ | |_
| |/ / _` | | |/ _` | '__/ _` | '_ \| __|
| < (_| | | | (_| | | | (_| | | | | |_
|_|\_\__,_|_|_|\__, |_| \__,_|_| |_|\__|
__/ |
|___/
Run Kali Linux in Vagrant
Quick start:
vagrant up --provision
Just to start the virtual machine:
vagrant up
To apply configuration defined in ansible:
vagrant provision
To upgrade the system with latest packages (takes quite a long time):
KALIGRANT_UPGRADE=true vagrant provision
To disable banner you need to set environment variable KALIGRANT_SHOW_BANNER=false
.
Submit an issue or PR in a free form.