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
```
[4.0K] /data/pocs/58b859a21a0fc7b40ccc7f7070140451f5c2ae30
├── [2.4K] main.go
└── [ 250] README.md
0 directories, 2 files