Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivaanflorees/921d7e49ec551e4b43a57ae4398fa9a6 to your computer and use it in GitHub Desktop.
Save ivaanflorees/921d7e49ec551e4b43a57ae4398fa9a6 to your computer and use it in GitHub Desktop.
Lab Material
Sistema Operativo: Kali Linux (Kali Linux 64 Bit)
https://www.kali.org/downloads/
Credenciales de acceso: root / toor
VMware Player
https://www.vmware.com/mx/products/workstation-player.html
VirtualBox
https://www.virtualbox.org/wiki/Downloads
Vagrant (default network config with NAT)
vagrant init offensive-security/kali-linux
Vagrant up
Docker
docker pull kalilinux/kali-linux-docker
docker run -t -i kalilinux/kali-linux-docker /bin/bash
apt-get update && apt-get install metasploit-framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment