Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/g01d3nw01f/cve-2022-44877
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubg01d3nw01f/cve-2022-44877

CVE-2022-44877

Go-based exploit for CVE-2022-44877 targeting CWP CentOS Web Panel, leveraging the go-exploit framework for modular exploitation and payload delivery.

View Repository
22 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

use go-exploit module

#when module mode off

root@kitploit:~
go get github.com/vulncheck-oss/go-exploit

#when moduile mode on

root@kitploit:~
go mod init example.com/myapp
go get github.com/vulncheck-oss/go-exploit

build

root@kitploit:~
go build -o cve-2022-44877 main.go
Download Tool