An easy-to-deploy virtual Penetration Testing environment.
HackLab allows one to easily deploy a local Penetration Testing sandbox environment. The environment consists mainly of the latest Kali Linux box. The user also has the option to deploy several additional boxes to act as the targets. All VM are connected on a private network to provide the user with an enclosed sandbox environment to experiment in.
To deploy an instance of Kali Linux,
vagrant up
To deploy targets, vagrant up [target-name]
vagrant up target1
To reset targets,
vagrant reload target[n]
To shutdown environment,
vagrant suspend
The default login credentials for Kali Linux when deployed via Vagrant is:
Username: vagrant
Password: vagrant
The directory ./public/
, found in the root of this repository is shared across the Kali guest VM under /public/
.
This is useful for executing ad-hoc scripts inside the sandbox.