CyberRegiment / HackLab

An easy-to-deploy virtual Penetration Testing sandbox environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackLab

An easy-to-deploy virtual Penetration Testing environment.

external-content duckduckgo com


Introduction

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.

Usage

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

Logging into Kali

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.

About

An easy-to-deploy virtual Penetration Testing sandbox environment.

License:GNU General Public License v3.0