Exploit for Expression Language Injection in Atlassian Confluence Data Center
Exploit Code
## 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/
```

## 编译
```bash
git clone https://github.com/wjlin0/CVE-2022-26134
cd CVE-2022-26134 && chmod +x build.sh && ./build.sh
```