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-2023-2745 — Python script to check for CVE-2023-2745 vulnerability by sending crafted HTTP requests to a target URL and analyzing responses. | Kitploit
Tools/GitHubGitHub/fofovicfof-ai/cve-2023-2745
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubfofovicfof-ai/cve-2023-2745

cve-2023-2745

Python script to check for CVE-2023-2745 vulnerability by sending crafted HTTP requests to a target URL and analyzing responses.

View Repository
110 months 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

How to use
Save the file as check_cve-2023-2745.py and give it execute permission:

root@kitploit:~
chmod +x check_cve-2023-2745.py

Install the dependency (once):

root@kitploit:~
python3 -m pip install requests

Run:

root@kitploit:~
python3 check_cve-2023-2745.py https://example.com
Download Tool