This repo provides an easy way to deploy a clean pentesting environment with Kali linux using vagrant and virtualbox.
I assume you are familiar with virtualbox and vagrant.
Latest pentest-env
release is tested with:
- Virtualbox (5.0.14)
- Vagrant (1.8.1)
SHA512: de1333a412675b8491e2f09b08c5c454073233eecfdf3d662b5c1572811f103df75abc7fffd49056f95b786bba8957e90d4ed69de1e21deba26219962f2a1ad7
See the wiki page about boxes for more details.
To get started with pentest-env
, clone this repository and run vagrant up kali
inside the directory.
This will download and run the Kali instance.
You can customize, add targets, create new targets etc.. inside pentest-env
For more details, visit the wiki pages:
If you use Chef
, this chef-repo is for you!
It’s recommended to check downloaded box files with provided checksums (SHA512): http://box.hackbbs.org/checksums.txt
Provided boxes run the sshd
service.
So if you plan to run the Kali linux with a Bridged interface, default setup can be dangerous!
root
password of kali istoor
.- SSH private key is not private! Anyone can use this key to connect to your instance.
- The Kali linux 1.0 box added a
vagrant
user with passwordtnargav
and is in sudoers with no password required.
See COPYING file