Share
## https://sploitus.com/exploit?id=8211795F-F0C6-5E8D-A8CF-B60F1A2442F1
use go-exploit module

#when module mode off
```
go get github.com/vulncheck-oss/go-exploit
```

#when moduile mode on
```
go mod init example.com/myapp
go get github.com/vulncheck-oss/go-exploit
```

build
```
go build -o cve-2022-44877 main.go
```