## https://sploitus.com/exploit?id=5440380E-CB29-5126-B1DB-9B0C89C41E2A
## About the Tool โ๏ธ
`cpanel_xss_2023` is a simple Python script designed for finding CVE-2023-29489 vulnerability and exploitability in cpanel.

## 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](https://www.python.org/downloads/)
2. **Required Python Packages**:
- **Click**: Install the `click` library using the following command:
```bash
pip install click
```
- **Requests**: Install the `requests` library using the following command:
```bash
pip install requests
```
- **PyYAML**: Install the `PyYAML` library using the following command:
```bash
pip install PyYAML
```
3. **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](https://core.telegram.org/bots#botfather).
- Obtain your chat ID using the [get_id_bot](https://t.me/get_id_bot).
## Installation โฌ๏ธ
```bash
pip install cpanel-xss-2023
sudo cp ~/.local/bin/cpanel_xss_2023 /usr/bin
```
## Usage ๐
```bash
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 โ

- `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](https://pypi.org/project/cpanel-xss-2023/)
## 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 ๐ชช
[](https://choosealicense.com/licenses/mit/)
## Author ๐ค
[@mdaseem03](https://github.com/mdaseem03)
## Connect at ๐ฌ
<a href="https://www.linkedin.com/in/mohammed-aseem%F0%9F%8E%96-11baa6217/" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="cyberspartan" height="30" width="40" /></a>
<a href="https://www.instagram.com/mdaseem_03" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="karthithehacker" height="30" width="40" /></a>