Skip to content

Commit d0cc162

Browse files
Update README.md
1 parent 157c50d commit d0cc162

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ The naming of this flaw is based on the similarities to the infamous Log4j LOG4S
1515
* [https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement](https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement)
1616

1717
## Requirements
18-
* Python3
18+
* Python3 Or Docker
1919

2020
## Usage:
2121
```python
22+
pip install -r requirements.txt
2223
poc.py --help
2324
```
2425

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+
2531
![image](https://user-images.githubusercontent.com/22559547/161398549-05d279b2-51d6-49fb-9245-018747606321.png)
2632

2733

0 commit comments

Comments
 (0)