Skip to content
Sliim edited this page Mar 8, 2016 · 6 revisions

All pentest-env boxes are located at http://box.hackbbs.org/.

Be sure to compare the checksum after your download, you can find latest generated SHA512 sums here: http://box.hackbbs.org/checksums.txt

Latest checksums (SHA512):
57b3d748fecf21e61693611e233578eacea8e32b131d093ab895c885cbc5d351ce16a6d3493660b8836cf4f2235194425ce278c2b12823ac05e1b68cd2c767a4  kali-1.1.0-amd64-en-layout.box
8d3820e52f2d55cd06f7a3735360e9c290d8db618973caa355c0e7d6a7f9bf4129c8157cce6854d05b03f225df9fdc27ba80d6a38936e219bf047c7e6ee3e3b8  kali-1.1.0-amd64-fr-layout.box
de1333a412675b8491e2f09b08c5c454073233eecfdf3d662b5c1572811f103df75abc7fffd49056f95b786bba8957e90d4ed69de1e21deba26219962f2a1ad7  kali-2016.1.box
3a253d3657420da27a42492671c4ab5e031c917e6b753d28cee96550bea4429a713e1321c6ead592f4edd5b5fed0bad6032769cac4116c58817c0a59447d7ad5  kali-2.0-amd64.box
4c11a41ea504c98a803e8bbe23250609815f5465301748b87dc6c0eb316324018b1583caedcc7604ce0a326c2f69aa4d0dce4691e48c2052c4b983f9ba78ba22  kali-2.0-light-amd64.box
ddf908e4a3f2f329f76ce675b6e3c7aa18b8ad30df092af74d8d36417dd277e41f79916b072ea0b69885b2a92c091bf18d0e972228ab873f0f541ca422cfb3eb  kali-linux-1.0.4-amd64.box
d5c21663d051da57111aa031c146f381221e6876a9f0601e74a379da3349dda48a9bef2149e5632c9ac6e72781823c11f214442454be3dfa67de0e89878176a4  kali-linux-1.0-amd64.box
57fc5ae60c844deb24eddd526aadb5ce19debb3acdaf5364efcc1d487213c4093952c18bb7f8b4a58cc72bcd55c1b19f1298dfd32ac091f9b7981dd666e9a40b  metasploitable2.box
298537bfe6b9f213faad6c34c292e81303c41908714beaa93911095537bea52b967e0fcb9630ddc50ccf417c4560fe04616584b3abcf9bfd6b61b9a64427a251  vulnhub-primer-1.0.1.box

Boxes are packaged after a fresh install of Kali ISO downloaded from http://cdimage.kali.org, some changes are done to works with Vagrant, see following details:

Kali linux 2016.1

Changes

Fresh install from http://cdimage.kali.org/kali-2016.1/kali-linux-2016.1-amd64.iso

  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Authorized keys for root user are stored in ssh-keys/ directory (no passphrase).
  • Enabling ssh services at boot.

Kali linux 2.0 light

Changes

Fresh install from http://cdimage.kali.org/kali-2.0/kali-linux-light-2.0-amd64.iso

  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Authorized keys for root user are stored in ssh-keys/ directory (no passphrase).
  • Enabling rpcbind and ssh services at boot.

Kali linux 2.0

Changes

Fresh install from http://cdimage.kali.org/kali-2.0/kali-linux-2.0-amd64.iso

  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Authorized keys for root user are stored in ssh-keys/ directory (no passphrase).
  • Enabling rpcbind and ssh services at boot.

### Kali linux 1.1.0

Changes

Fresh install from http://cdimage.kali.org/kali-1.1.0a/kali-linux-1.1.0a-amd64.iso

  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Authorized keys for root user are stored in ssh-keys/ directory (no passphrase).
  • Enabling rpcbind, nfs-common and ssh services at boot.
  • Modified /etc/issue for vagrant os detection.
  • MAC address for private network was added in /etc/NetworkManager/NetworkManager.conf to disable auto connect.

Kali linux 1.0.4

Changes

Fresh install from http://cdimage.kali.org/kali-latest/amd64/kali-linux-1.0.4-amd64-mini.iso

  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Installation of chef package for provisioning.
  • Authorized keys for root user are stored in ssh-keys/ directory (no passphrase).
  • Enabling rpcbind, nfs-common and ssh services at boot.
  • Modified /etc/issue for vagrant os detection.
  • MAC address for private network was added in /etc/NetworkManager/NetworkManager.conf to disable auto connect.

Kali linux 1.0

Changes
  • Installation of linux kernel headers for vbox guest additions.
  • Installation of virtualbox guest additions.
  • Installation of chef package for provisioning.
  • vagrant user was created for provisionning (Password: tnargav).
  • admin group doesn’t require password for sudo.
  • vagrant user is in admin group.
  • Authorized keys for vagrant user are stored in ssh-keys/ directory (no passphrase).
  • Enabling rpcbind, nfs-common and ssh services at boot.
Clone this wiki locally