c2theg / Vulnerable_Server

A bunch of vulnerable services to be used for L3/4 & L7 DDoS & WAF Testing - HTTP(s), DNS, SIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulnerable Server / App

  1. Install Docker
wget https://raw.githubusercontent.com/c2theg/Vulnerable_Server/master/install_docker.sh && chmod u+x install_docker.sh && ./install_docker.sh
  1. Installs:
wget https://raw.githubusercontent.com/c2theg/Vulnerable_Server/master/install_webapps.sh && chmod u+x install_webapps.sh  && ./install_webapps.sh
  1. Browse to: http://<Local_IP>:300*

PBX

Some people have asked for PBX ( FreePBX / Asterisk ). Since not everyone has, I thought I would include it as seperate commands, below. I have not tested this as of right now. I just wanted to make it available. When i do get a chance, I will update this asap.

tiredofit/freepbx ( https://hub.docker.com/r/tiredofit/freepbx )

docker pull tiredofit/freepbx:latest

Start the container:

docker run -d \
  --name freepbx \
  --restart=always \
  --net=host \
  --privileged \
  -v /docker/freepbx/certs:/certs \
  -v /docker/freepbx/www:/www/freepbx \
  -v /docker/freepbx/log:/var/log/ \
  -v /docker/freepbx/data:/data \
  -e DB_EMBEDDED=TRUE \
  tiredofit/freepbx

About

A bunch of vulnerable services to be used for L3/4 & L7 DDoS & WAF Testing - HTTP(s), DNS, SIP


Languages

Language:Shell 100.0%