The-Art-of-Hacking / websploit

This is a virtual machine (VM) created by Omar Santos for different Cybersecurity Ethical Hacking (Web Penetration Testing) training sessions .The purpose of this VM is to have a single VM lab environment with several vulnerable applications running in Docker containers; the tools that come in Kali Linux; a few additional tools; intentionally vulnerable applications running in Docker containers, and a mobile device emulator. https://websploit.h4cker.org
https://websploit.h4cker.org
MIT License
269 stars 78 forks source link

Non-Interactive Install #3

Open ifly53e opened 2 years ago

ifly53e commented 2 years ago

I wanted a non-interactive install so that I can use Vagrant to spin up Websploit from Kali rolling. In install.sh, if you replace apt install with DEBIAN_FRONTEND=noninteractive apt install The script will not get stuck with trying to upgrade libc or lib6.

Thanks for the script, Omar!