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
cpanel_xss_2023 — cpanel_xss_2023 is a simple Python script designed for finding CVE-2023-29489 vulnerability in cpanel. | Kitploit
Tools/GitHubGitHub/mdaseem03/cpanel_xss_2023
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubmdaseem03/cpanel_xss_2023

cpanel_xss_2023

cpanel_xss_2023 is a simple Python script designed for finding CVE-2023-29489 vulnerability in cpanel.

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

About the Tool ⚒️

cpanel_xss_2023 is a simple Python script designed for finding CVE-2023-29489 vulnerability and exploitability in cpanel.

Working

Features ⚙️

  • CVE-2023-29489 Scanning: Identifies and scans for the CVE-2023-29489 vulnerability and exploitation.
  • URL Input: Supports scanning a single URL or reading multiple URLs from a file.
  • Output Logging: Allows users to write the scan results to an output file.
  • Telegram Notification: Option to create Telegram notifications for scan results.

Prerequisites 🧩

Before using cpanel_xss_2023, make sure you have the following prerequisites installed:

  1. Python 3.x: Ensure you have Python 3.x installed on your system.

    • Download Python
  2. Required Python Packages:

    • Click: Install the click library using the following command:

root@kitploit:~
pip install click
  • Requests: Install the requests library using the following command:

    root@kitploit:~
    pip install requests
    
  • PyYAML: Install the PyYAML library using the following command:

    root@kitploit:~
    pip install PyYAML
    
  • Telegram Notification (Optional):

    If you plan to use the Telegram notification feature, you'll need to set up a Telegram bot and obtain your chat ID. Follow these steps:

    • Create a Telegram bot using the BotFather.
    • Obtain your chat ID using the get_id_bot.
  • Installation ⬇️

    root@kitploit:~
    pip install cpanel-xss-2023
    sudo cp ~/.local/bin/cpanel_xss_2023 /usr/bin
    

    Usage 🚀

    root@kitploit:~
    cpanel_xss_2023 -u https://example.com
    cpanel_xss_2023 -i urls.txt -o results.txt
    cpanel_xss_2023 -u https://example.com -c your_telegram_chat_id
    

    Help Menu ❓

    Help

    • u, --url: Specify the URL to scan for the CVE-2023-29489 vulnerability. Example: cpanel_xss_2023 -u https://target.com

    • i, --input: Read input URLs from a file. Example: cpanel_xss_2023 -i target.txt

    • o, --output: Write scan results to an output file. Example: cpanel_xss_2023 -i target.txt -o output.txt

    • c, --chatid: Create Telegram notifications for scan results. Example: cpanel_xss_2023 --chatid your_telegram_chat_id

    • h, --help: Display the help menu.

    PyPi Module Link

    Link

    Disclaimer ⚠️

    This script is intended for educational and ethical purposes only. Unauthorized use of this script to perform malicious activities is strictly prohibited. The developers are not responsible for any misuse or damage caused by this script.

    Version History 🕒

    • v1.0: Find CVE-2023-29489 in cpanel
    • v1.1: Find whether the endpoint is exploitable or not

    Profile Views 👁️

    License 🪪

    MIT License

    Author 👤

    @mdaseem03

    Connect at 💬

    cyberspartan karthithehacker

    Download Tool