Skip to content

Commit 9df1298

Browse files
Update README.md
1 parent 994debe commit 9df1298

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ The naming of this flaw is based on the similarities to the infamous Log4j LOG4S
1818

1919
- CVE-2022-22965
2020

21+
## Usage:
22+
```python
23+
poc.py --help
24+
```
25+
2126
## Poc
2227

2328
Found intresting poc here : https://github.com/craig/SpringCore0day/blob/main/exp.py [^1]. & https://twitter.com/vxunderground/status/1509170582469943303
@@ -67,11 +72,6 @@ Do a global search after "spring-beans-*.jar" and "spring*.jar"
6772
find . -name spring-beans*.jar
6873
```
6974

70-
## Usage:
71-
```python
72-
poc.py --help
73-
```
74-
7575

7676
WIP :=)
7777

0 commit comments

Comments
 (0)