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-23752 — simple program for joomla CVE-2023-23752 scanner for pentesting and educational purpose | Kitploit
Tools/GitHubGitHub/z3n70/cve-2023-23752
Vulnerability ScannersExploitationWeb SecurityPenetration TestingLearning & Education
GitHubz3n70/cve-2023-23752

CVE-2023-23752

simple program for joomla CVE-2023-23752 scanner for pentesting and educational purpose

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

CVE-2023-23752

simple program for joomla CVE-2023-23752 scanner, This is a simple Ruby script that checks if a list of targets is vulnerable to CVE-2023-23752, a critical security vulnerability in a web application. The script sends a HTTP GET request to a specified endpoint, and extracts information from the response to determine if the target is vulnerable.

Usage

root@kitploit:~
ruby scanner.rb list.txt output.txt

list.txt is a file that contains a list of target domains or IPs, separated by newlines. output.txt is the output file where the results will be saved.

Requirements

This script requires the following Ruby gems:

root@kitploit:~
httparty
colorize
timeout

Disclaimer

This tool is provided for educational purposes only. The author is not responsible for any damages or illegal actions caused by the use of this tool. Use at your own risk.

Download Tool