The demo code showing the recent Spring4Shell RCE (CVE-2022-22965)# spring-rec-demo
The demo code showing the recent Spring4Shell RCE (CVE-2022-22965) explained in
[Datawiza](https://www.datawiza.com/)'s technical blog: [https://www.datawiza.com/blog/technical/understanding-spring4shell-rce-from-an-engineers-perspective/](https://www.datawiza.com/blog/technical/understanding-spring4shell-rce-from-an-engineers-perspective/)
[4.0K] /data/pocs/9204986bb43a4a49d3a077a5b0777b0bbeeac45e
├── [4.0K] pom.xml
├── [ 363] README.md
└── [4.0K] src
└── [4.0K] main
├── [4.0K] java
│ └── [4.0K] com
│ └── [4.0K] datawiza
│ └── [4.0K] demo
│ ├── [4.0K] controller
│ │ └── [ 587] DemoController.java
│ └── [4.0K] vo
│ ├── [1.3K] Animal.java
│ └── [ 308] Species.java
├── [4.0K] resources
│ ├── [ 136] index.html
│ └── [ 874] spring.xml
├── [4.0K] test
│ └── [1.3K] BeanWrapperTest.java
└── [4.0K] webapp
├── [ 52] index.jsp
└── [4.0K] WEB-INF
└── [ 668] web.xml
12 directories, 10 files