![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
cpanel_xss_2023
is a simple Python script designed for finding CVE-2023-29489 vulnerability in cpanel.
Before using cpanel_xss_2023
, make sure you have the following prerequisites installed:
Python 3.x: Ensure you have Python 3.x installed on your system.
Required Python Packages:
Click: Install the click
library using the following command:
pip install click
Requests: Install the requests
library using the following command:
pip install requests
PyYAML: Install the PyYAML
library using the following command:
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:
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
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.
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.
v1.0
: Find CVE-2023-29489 in cpanel
v1.1
: Find whether the endpoint is exploitable or not
FAQs
Unknown package
We found that cpanel-xss-2023 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.