morkot / kaligrant

Run Kali Linux in Vagrant with improved configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


 _         _ _                       _
| |       | (_)                     | |
| | ____ _| |_  __ _ _ __ __ _ _ __ | |_
| |/ / _` | | |/ _` | '__/ _` | '_ \| __|
|   < (_| | | | (_| | | | (_| | | | | |_
|_|\_\__,_|_|_|\__, |_|  \__,_|_| |_|\__|
                __/ |
               |___/

kaligrant - Kali linux in Vagrant

Run Kali Linux in Vagrant

How to use

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.

Contribute

Submit an issue or PR in a free form.

About

Run Kali Linux in Vagrant with improved configuration

License:MIT License


Languages

Language:Jinja 100.0%