Skip to content

Reproducing spring rce vulnerability and nuclei template

Notifications You must be signed in to change notification settings

justmumu/SpringShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring RCE

This repository provide vulnerable applications to CVE-2022-22963 and CVE-2022-22965.

Also, You can find nuclei templates to check vulnerabilities.

CVE-2022-22965 vulnerable application original repository: Spring4Shell-POC

Download Repository

git clone https://github.com/justmumu/SpringShell.git

Steps For CVE-2022-22965

$ cd <repository_directory>/CVE-2022-22965
$ docker-compose up
$ ## Wait for the application to run
$ nuclei -t <repository_directory>/nuclei-templates/CVE-2022-22965.yaml -u http://localhost:8080/helloworld/greeting

Steps For CVE-2022-22963

$ cd <repository_directory>/CVE-2022-22963
$ docker-compose up
$ ## Wait for the application to run
$ nuclei -t <repository_directory>/nuclei-templates/CVE-2022-22963.yaml -u http://localhost:8080/

About

Reproducing spring rce vulnerability and nuclei template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published