Skip to content
Sliim edited this page Mar 26, 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 SHA256 sums here: http://box.hackbbs.org/checksums.txt

Latest checksums (SHA256):
b23eaa3bef29502a0460e092adbd5d9eed28ce75b502dc841c6c70b854acf4c2  kali-1.1.0-amd64-en-layout.box
05fb25323ce32fb4138eb9deb632ac57e1f47bf167b81c84d4b5a18ca35b4296  kali-1.1.0-amd64-fr-layout.box
256d2ae5d80967ac407be7bdb79358c99817d3ee9f147ff7afaa66aac4ce029f  kali-2.0-amd64.box
46424ee6650fab00aeb4e52506ab7ea2851d47779f834e86acaee0a05cecdecf  kali-2.0-light-amd64.box
083f44685ea4fa8910c31e142f448392e2cf69f140c9893aeee1a1780b0bd20a  kali-2016.1.box
85c009ea32431f47ae46c54f1ea664d0c96e26f2365942ce40aff5dee44b82e8  kali-linux-1.0-amd64.box
3a0cb129fe4e8da9eedfe799025a22071ca1a9df463f66f57f61a7318a1abc4d  kali-linux-1.0.4-amd64.box
3112d99b89a322c77d8f76f8c42ba55f420db405757387b4730a487dc9934141  metasploitable2.box
342bb82ebce63a819575ba2f2b7a4a2d4fa53c70bd377076cdffbf9b3a0788f4  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