We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157c50d commit d0cc162Copy full SHA for d0cc162
README.md
@@ -15,13 +15,19 @@ The naming of this flaw is based on the similarities to the infamous Log4j LOG4S
15
* [https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement](https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement)
16
17
## Requirements
18
-* Python3
+* Python3 Or Docker
19
20
## Usage:
21
```python
22
+pip install -r requirements.txt
23
poc.py --help
24
```
25
26
+```sh
27
+docker pull ghcr.io/bobtheshoplifter/spring4shell-poc:main
28
+docker run ghcr.io/bobtheshoplifter/spring4shell-poc:main --url https://websecured.io/
29
+```
30
+
31

32
33
0 commit comments