"WebSploit is a learning environment created by Omar Santos for different Cybersecurity Ethical Hacking (Web Penetration Testing) training sessions. WebSploit includes several vulnerable applications running in Docker containers and the tools that come in Kali Linux (as well, as a few additional tools).\n",
"\n",
"You can download WebSploit at: https://websploit.org"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Docker Service\n",
"Docker is NOT configured to start at boot time. This is to avoid for the vulnerable applications to be exposed by default. To start the Docker service and automatically start the containers use:\n",
"```\n",
"service docker start\n",
"```\n",
"To obtain the status of each docker container use the following command:\n",
"```\n",
"docker ps \n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Vulnerable Applications\n",
"The following vulnerable applications are included:\n",