Skip to content

TomDeBacker/spring4shell-docker-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC

Reqs

  • Maven
  • Docker

Build

  • mvn clean install
  • docker build . -t poc

Start docker container

  • docker run -d --name poc -p 8080:8080 poc
  • docker exec -it poc /bin/bash (shell will drop at webapps/ROOT/shell.jsp)

Install and use shell

  • Use the Postman collection or the .http files in IntelliJ

About

Docker environment with Postman collection and .http files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors