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
CUPS-CVE-2024-47176 — A Mass Scanner designed to detect the CVE-2024-47176 vulnerability across systems running the Common Unix Printing System (CUPS). | Kitploit
Tools/GitHubGitHub/gianlu111/cups-cve-2024-47176
ReconnaissanceVulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubgianlu111/cups-cve-2024-47176

CUPS-CVE-2024-47176

A Mass Scanner designed to detect the CVE-2024-47176 vulnerability across systems running the Common Unix Printing System (CUPS).

View Repository
121 year 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-2024-47176 Vulnerability Scanner for CUPS

A simple tool to scan systems running CUPS (Common Unix Printing System) for the CVE-2024-47176 vulnerability. This vulnerability can lead to remote code execution (RCE) through the Internet Printing Protocol (IPP) on port 631.

Features

  • Automated Scanning: Sends crafted UDP packets to detect vulnerable CUPS instances.
  • Multi-threaded Scanning: Efficiently scans multiple IP addresses simultaneously.
  • Callback Logging: Logs responses from vulnerable systems via a callback server.

Installation

  1. Clone the repository:
    root@kitploit:~
    git clone https://github.com/your-username/CVE-2024-47176-scanner.git
    
    

Usage

Run the scanner with the following command:

root@kitploit:~
python3 CVE-2024-47176.py <HOST_CALLBACK> <FILE_INPUT>
  • <HOST_CALLBACK>: The URL or IP of your callback server.
  • <FILE_INPUT>: A text file containing a list of target IP addresses, one per line.

Example

root@kitploit:~
python3 CVE-2024-47176.py HOST_CALLBACK FILE_INPUT
Download Tool