Created
April 23, 2019 21:05
-
-
Save ivaanflorees/1d8dd6f8bb0cae16e9feb1bd8d4658fe to your computer and use it in GitHub Desktop.
Lab Material
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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