Skip to content

Latest commit

 

History

History
270 lines (220 loc) · 11.6 KB

About-boxes.md

File metadata and controls

270 lines (220 loc) · 11.6 KB

About boxes

All pentest-env boxes are located at https://app.vagrantup.com/Sliim

Be sure to compare the checksum after your download, you can find latest generated SHA256 sums here, or in the root directory of this repository.

Kali 2018.1

Other builds
Light
KDE
LXDE
Xfce
Mate
E17
Changes

Fresh install from Kali linux ISO images

  • Full upgrade
  • 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.
  • Workaround for additional network interfaces

The kali-box.sh script had been used to build Kali 2018.1 boxes.

Kali 2017.2

Other builds
Light
LXDE
Xfce
Mate
E17
Changes

Fresh install from Kali linux ISO images

  • Full upgrade
  • 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.
  • Workaround for additional network interfaces

The kali-box.sh script had been used to build Kali 2017.2 boxes.

Kali 2017.1

Other builds
Light
KDE
LXDE
Xfce
Mate
E17
Changes

Fresh install from Kali linux ISO images

  • Full upgrade
  • 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.
  • Workaround for additional network interfaces

The kali-box.sh script had been used to build Kali 2017.1 boxes.

Kali 2016.2

Other builds
Light
LXDE
Xfce
Mate
Enlightenment
Changes

Fresh install from Kali linux ISO images

  • 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.
  • Workaround for additional network interfaces

I used this script to automate these changes on all Kali 2016.2 boxes.

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

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.
  • Added interfaces in /etc/network/interfaces:
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp

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.

Old Boxes (unavailable)

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.