
基于 Go 的 CVE-2022-44877 漏洞利用工具,针对 CWP CentOS Web Panel,利用 go-exploit 框架实现模块化漏洞利用与载荷投递。
使用 go-exploit 模块
#当模块模式关闭时
go get github.com/vulncheck-oss/go-exploit
#当模块模式开启时
go mod init example.com/myapp
go get github.com/vulncheck-oss/go-exploit
构建
go build -o cve-2022-44877 main.go