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
Tools/GitHubGitHub/initconf/cve-2021-1675-printnightmare
Vulnerability AnalysisExploitationIDS/IPS EvasionNetwork SecurityIntrusion Detection
GitHubinitconf/cve-2021-1675-printnightmare

cve-2021-1675-printnightmare

Zeek package to detect CVE-2021-1675 (PrintNightmare) by monitoring named pipes and RPC operations for spoolss exploitation attempts.

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

================================================================================= Simple policy to detect CVE-2021-1675

Following functionality are provided by the script

:: This zeek package Utilizes pcap and work of : https://github.com/LaresLLC/CVE-2021-1675.git

root@kitploit:~
    builds upon the fact that 

Installation

root@kitploit:~
zeek-pkg install zeek/initconf/
or
@load 

Detailed Notes:

Detail Alerts and descriptions: Following alerts are generated by the script:


Heuristics are simple: check for

  1. \pipe\spoolss in named_pipe
  2. spoolss in endpoint
  3. RpcEnumPrinterDrivers OR RpcAddPrinterDriverEx in operation

This should generate following Kinds of notices: Example notice:


1625227917.821008 - 192.168.1.149 50070 192.168.1.157 445 - - - tcp CVE_2021_1675::Match CVE-2021-1675 Matches on \pipe\spoolss spoolss RpcEnumPrinterDrivers - 192.168.1.149 192.168.1.157 445 - - Notice::ACTION_EMAIL,Notice::ACTION_LOG60.000000 - - - - - 1625227917.952406 - 192.168.1.149 50070 192.168.1.157 445 - - - tcp CVE_2021_1675::Match CVE-2021-1675 Matches on \pipe\spoolss spoolss RpcAddPrinterDriverEx - 192.168.1.149 192.168.1.157 445 - - Notice::ACTION_EMAIL,Notice::ACTION_LOG60.000000 - - -

Download Tool