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
CVE-2022-44877 — Bash script to detect and exploit CVE-2022-44877 command injection vulnerability in CentOS Web Panel, supporting single URL scanning, exploitation, and mass scanning from file or pipe. | Kitploit
Tools/GitHubGitHub/dkstar11q/cve-2022-44877
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & Education
GitHubdkstar11q/cve-2022-44877

CVE-2022-44877

Bash script to detect and exploit CVE-2022-44877 command injection vulnerability in CentOS Web Panel, supporting single URL scanning, exploitation, and mass scanning from file or pipe.

View Repository
3 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

CVE-2022-44877

Overview

This bash script is used to test the vulnerability of web servers to CVE-2022-44877. The script performs a curl request to a target URL with a payload encoded in base64. If the target is vulnerable to the CVE-2022-44877 vulnerability, the elapsed time of the curl request will be greater than 3.5 seconds.

Installation

root@kitploit:~
sudo apt-get update
sudo apt-get install curl bc
git clone https://github.com/Chocapikk/CVE-2022-44877
cd CVE-2022-44877
chmod +x script.sh

Usage

The script can be used in three different ways:

scan: To scan a single URL, run the following command:

root@kitploit:~
./script.sh scan <URL>

exploit: To exploit a single URL, run the following command:

root@kitploit:~
./script.sh exploit <URL> <payload>

masscan: To scan a list of URLs, either provide a file containing the list of URLs or pipe the list of URLs to the script:

root@kitploit:~
./script.sh masscan <file>

or

echo <URLs> | ./script.sh masscan

Requirements

The script requires curl to be installed on the system.

Disclaimer

This script is for educational purposes only and should not be used for malicious purposes. The user is solely responsible for any actions taken with the script.

Download Tool