Skip to content

bWAPP Docker image based on raesene/bWAPP and mattrayner/lamp

Notifications You must be signed in to change notification settings

egibide-ciberseguridad/bwapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bWAPP

This is just an instance of the OWASP bWAPP project as a docker container.

The container is based on h0pp/bWAPP

Launching the application

Run:

make start

And finish the database installation:

make bd

Using the app

Access the website.

Cleanup

Just run:

make clean