
Go-based exploit for CVE-2022-44877 targeting CWP CentOS Web Panel, leveraging the go-exploit framework for modular exploitation and payload delivery.
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