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
Centreon-RCE — Centreon v.19.04 Remote Code Execution exploit (CVE-2019-13024) | Kitploit
Tools/GitHubGitHub/get-get-get-get/centreon-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubget-get-get-get/centreon-rce

Centreon-RCE

Centreon v.19.04 Remote Code Execution exploit (CVE-2019-13024)

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

Centreon-RCE

Centreon v.19.04 Remote Code Execution exploit (CVE-2019-13024)

Revision of https://github.com/mhaskar/CVE-2019-13024

HOW TO USE:

  1. Edit argument defaults for convenience, or don't (bottom of script)
  2. If needed, edit 'edit_command' function to defeat defenses
  3. '-v' for troubleshooting/verbose output (prints response content)

EXAMPLES:

root@kitploit:~
./centreon_rce.py whoami
./centreon_rce.py -t http://127.0.0.1/centreon -u MikeJones -p M1k3j0nes whoami -v

Requirements

Requires BeautifulSoup and Requests

root@kitploit:~
pip3 install requests bs4

CREDIT:

https://github.com/mhaskar/ (https://github.com/mhaskar/CVE-2019-13024)

https://nvd.nist.gov/vuln/detail/CVE-2019-13024

Download Tool