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-2021-1675_PrintNightMare — Scanner to detect Windows Print Spooler RCE vulnerability (CVE-2021-1675) across single IPs, IP lists, or CIDR ranges using Python. | Kitploit
Tools/GitHubGitHub/cybersecurityworks553/cve-2021-1675_printnightmare
ReconnaissanceVulnerability ScannersNetwork MappingExploitationPenetration Testing
GitHubcybersecurityworks553/cve-2021-1675_printnightmare

CVE-2021-1675_PrintNightMare

Scanner to detect Windows Print Spooler RCE vulnerability (CVE-2021-1675) across single IPs, IP lists, or CIDR ranges using Python.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2314455 years agoReviewed by Kitploit

PrintNightmareScanner

Scanner to detect Windows Print Spooler Remote Code Execution Vulnerability (CVE-2021-1675)

Prerequisite's

  • python3
  • python3 -m pip install -r Requirements.txt

Usage

python3 detectprintnightmare.py --help

root@kitploit:~
usage: detectprintnightmare.py [-h] [-t TARGET] [-T TARGETS] [-c CIDR]

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Single IP
  -T TARGETS, --targets TARGETS
                        List of IP in text file
  -c CIDR, --cidr CIDR  CIDR range

Example: 1

Run the script for single IP

root@kitploit:~
python3 detectprintnightmare.py -t 192.168.0.1

alt text

Example: 2

Run the script for Multiple ips by providing text file with ips

root@kitploit:~
python3 detectprintnightmare.py -T ips.txt

alt text

Example: 3

Run the script for CIDR

root@kitploit:~
python3 detectprintnightmare.py -c 192.168.0.1/24

Reference

PrintNightmare

Download Tool