Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- What is Vagrant?
- Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity
- How to install metasploiable3 in Ubuntu Vagrant CLI
- - Install vagrant CLI Utility
- wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
- echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
- sudo apt update && sudo apt install vagrant
- - Install plugins
- vagrant plugin install vagrant-reload
- vagrant up
- reboot
- - Install metasploitable-6
- vagrant init rapid7/metasploitable3-win2k8
- vagrant up
- Telegram post
- https://t.me/efxtv/3243
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement