Skip to content

devopscicd17/picnic-vulnapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Picnic Vulnerable Web Application

This image contains multiple vulnerabilities and must only be used to simulate a vulnerability assessment exercise.

Building the image

  1. Clone the repository locally
  2. Run the following command in the local repository directory to allow execution of the build script:
chmod a+x build.sh
  1. Run the build script
./build.sh

Running the image locally

  1. Run the following command in the local repository directory to allow execution of the run script:
chmod a+x run.sh
  1. Execute the run script
./run.sh

Ports used by this image

Make sure the following ports are available, otherwise modify the port mapping in the run script.

WebApp
Port 8080/tcp

FTP
Port 20/tcp
Port 21/tcp

SMB
Port 137/udp
Port 138/udp
Port 139/tcp
Port 445/tcp

Other
Port 6200/tcp

Hello Prismaaaa

About

A vulnerable spring boot web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 45.7%
  • Smarty 38.2%
  • Dockerfile 12.0%
  • Shell 4.1%