Skip to content
Sliim edited this page Apr 10, 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

Cyborg essentials v1

Changes

Fresh install from http://cyborg.ztrela.com/cyborg-essentials/

  • Installation of VirtualBox guest additions
  • Add pentest-env pubkey in authorized keys for root user
  • Comment cdrom media in apt sources

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.1-netfix

Changes

Base box: Kali linux 2016.1 - Fixed private & public network issues by adding interfaces in /etc/network/interfaces:

auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp

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.