ianyang66 / WebAttackDemo

This is a vulnerable web application used to show some vulnerability of web application. Also, it is for NDHU ISC Class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebAttackDemo

from webgoat

Prerequest

  • Install Docker
    -- Debian-series

sudo apt update
sudo apt install -y docker.io
sudo systemctl enable docker --now
sudo usermod -aG docker $USER

Download

git clone https://github.com/ianyang66/WebAttackDemo.git

Build DockerImage

docker build -t webattackdemo .

Run Docker Container

docker run -p 127.0.0.1:8080:80 -it webattackdemo

Vulnerabilities

About

This is a vulnerable web application used to show some vulnerability of web application. Also, it is for NDHU ISC Class.

License:MIT License


Languages

Language:PHP 75.5%Language:CSS 23.2%Language:Shell 0.9%Language:Dockerfile 0.4%