Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MoisesTapia/TWAPT
Deploy your own lab of web application penetration testing with docker and docker-compose, webgoat, dvwap, bwapp and Juice Shop
https://github.com/MoisesTapia/TWAPT
bwapp docker docker-compose hacking hacking-tool hacking-tools juice-shop oscp penetration-testing pentesting railsgoat web web-hackathon web-hacking webapp webgoat
Last synced: 3 months ago
JSON representation
Deploy your own lab of web application penetration testing with docker and docker-compose, webgoat, dvwap, bwapp and Juice Shop
- Host: GitHub
- URL: https://github.com/MoisesTapia/TWAPT
- Owner: MoisesTapia
- License: mit
- Created: 2020-09-28T20:24:59.000Z (about 4 years ago)
- Default Branch: deploy
- Last Pushed: 2021-08-20T20:49:20.000Z (about 3 years ago)
- Last Synced: 2024-06-06T18:57:12.721Z (5 months ago)
- Topics: bwapp, docker, docker-compose, hacking, hacking-tool, hacking-tools, juice-shop, oscp, penetration-testing, pentesting, railsgoat, web, web-hackathon, web-hacking, webapp, webgoat
- Homepage:
- Size: 105 KB
- Stars: 66
- Watchers: 5
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - MoisesTapia/TWAPT - Deploy your own lab of web application penetration testing with docker and docker-compose, webgoat, dvwap, bwapp and Juice Shop (Others)
README
![](https://github.com/MoisesTapia/TWAPT/blob/deploy/TWAPT.png)
#### Trainig| Web Application Penetration Testing![docker](https://img.shields.io/badge/Docker-v19.03.12-blue?style=plastic&logo=docker)
![Maintainer](https://img.shields.io/badge/Maintainer-m4dh4tt3r-success?style=plastic&logo=terraform)
[![Build Status](https://img.shields.io/badge/Build-success?style=plastic&logo=travis)](https://travis-ci.com/MoisesTapia/TWAPT)
![Build Status](https://travis-ci.com/MoisesTapia/TWAPT.svg?branch=deploy)
# Requirements- [X] Docker
- [X] docker-compose## Webs
- [X] Webgoat : localhost:8080/WebGoat
- [X] Mutillidae : localhost:8088/mutillidae
- [X] DVWAP : localhost:8081
- [X] bwapp : localhost:8082/install.php
- [X] Juice-Shop : localhost:8083
- [X] NinjaWeb : localhost:8899
- [X] VulnWordpress : localhost:8086## Monitoring
You can monitoring your services or containers with cAdvisor this is a new integration.
just you follow the next steps:
1 Open your Browser.
2 In the search bar write `localhost:8085`.
3 Done you can see the information about your containers.locañhost:8085
## Usage mode.
```bash
git clone https://github.com/MoisesTapia/TWAPT
cd TWAPT
docker-compose up -d```
output```bash
➜ TWAPT git:(deploy) ✗ docker-compose up -d
Creating network "twapt_pentesting" with driver "bridge"
Creating juiceshop ... done
Creating webgoat ... done
Creating dvwap ... done
Creating bwapp ... done
Creating bricks ... done
Creating owasp17 ... done
Creating ninjaweb ... done
➜ TWAPT git:(deploy) ✗```
'docker-compose ps'```bash
➜ TWAPT git:(deploy) ✗ docker-compose ps
Name Command State Ports
---------------------------------------------------------------------------------------------------------
bricks /run.sh Up 3306/tcp, 0.0.0.0:8084->80/tcp
bwapp /run.sh Up 3306/tcp, 0.0.0.0:8082->80/tcp
dvwap /main.sh Up 0.0.0.0:8081->80/tcp
juiceshop docker-entrypoint.sh npm start Up 0.0.0.0:8083->3000/tcp
ninjaweb /bin/sh -c /usr/sbin/apach ... Up 0.0.0.0:8899->80/tcp
owasp17 /usr/bin/supervisord Up 3306/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:8088->80/tcp
webgoat java -Djava.security.egd=f ... Up 0.0.0.0:8080->8080/tcp
➜ TWAPT git:(deploy) ✗```
## Stoping the services
'docker-compose stop or docker-compose down'
## ContributorsDesign: @onahump / https://github.com/onahump