Skip to content

Instantly share code, notes, and snippets.

@mazenovi
Last active March 2, 2017 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazenovi/bece61bd6cf1a5552ff1 to your computer and use it in GitHub Desktop.
Save mazenovi/bece61bd6cf1a5552ff1 to your computer and use it in GitHub Desktop.
configure vms to reproduce examples

1ère solution Make Your Own Sec Lab

Vous devez vérifier que le vmnet8 installé par vmware est bien en 172.16.76.0 pour cela

sudo /usr/lib/vmware/bin/vmware-netcfg

Sous windows il vous faut ouvrir un prompt de command en tant qu'Administrateur et taper afin d'utiliser le Virtual Network Editor de VMware Player

rundll32.exe vmnetui.dll VMNetUI_ShowStandalone

bien vérifié que le champs "Subnet IP:" est à 172.16.76.0

vmware-netcfg

2ème solution sans vmware

Fichier > Paramètres > Réseau > Réseau hôte uniquement > créer un nouveau réseau hôte uniquement "vboxnet0"

virtualbox-cfg

clique droit sur la VM > Configuration > Réseau > Carte 1

vm-cfg-eth0

clique droit sur la VM > Configuration > Réseau > Carte 2

vm-cfg-eth1

Si la vm ne sort pas exécuter

sudo ifconfig eth1 up && dhclient eth1

OVA Download

  • debian student:student est sudoer
  • proxy student:student est sudoer)
  • kali root:toor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment