Sploitus

Exploit for Expression Language Injection in Atlassian Confluence Data Center

githubexploit · 2022-12-25

Exploit Code

README18 lines
## https://sploitus.com/exploit?id=7C531491-7EB6-51AA-9072-F345BDB61AFD
# CVE-2022-26134

> 练习 go 写 poc

## 用法
```bash
go get -u -v github.com/wjlin0/CVE-2022-26134
CVE-2022-26134 -url https://example.com/
```
![image-20221225232018339](image/01.CVE-2022-26134.assets/image-20221225232018339.png)

## 编译
```bash
git clone https://github.com/wjlin0/CVE-2022-26134

cd CVE-2022-26134 && chmod +x build.sh && ./build.sh
```