Lucene search
+L

676 matches found

Kitploit
Kitploit
added 2026/09/16 8:19 a.m.8 views

ADZero

Description The vulnerable encryption protocol is implemented instead of the authentication mechanism in the Netlogon protocol. An unauthenticated attacker can use the Zerologon vulnerability to set the computer account password of the Domain Controller machine to null NT hash =...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 7:08 a.m.9 views

CVE-2020-1472-LAB

ZeroLogon testing script A lab setup to test a vulnerability for the ZeroLogon exploit CVE-2020-1472. It contains a Python script that uses the Impacket library to test the vulnerability, and a Virtual Machine VM with Windows Server 2019 configured as a Domain Controller DC. The script attempts t...

10CVSS7.9AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/16 5:31 a.m.9 views

CVE-2026-41089-Netlogon-RCE

🛡️ CVE-2026-41089-Netlogon-RCE - Analyze critical Windows service security vulnerabilities This repository provides tools to analyze and test the Netlogon vulnerability known as CVE-2026-41089. This tool helps security professionals identify if their Windows Domain Controllers face risks from this...

9.8CVSS8.6AI score0.79622EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/16 4:51 a.m.5 views

zerologon

Zerologon test for SMB & RPC A python script based on SecuraBV script. Demonstrates that CVE-2020-1472 can be done via RPC/SMB, and not only over RPC/TCP. Additionaly, there is a random byte in the final client challange & client credential - to test against trivial IDS signatures. The RPC/SMB sc...

10CVSS7.9AI score0.99389EPSS
SaveExploits76References1
Kitploit
Kitploit
added 2026/09/16 3:46 a.m.7 views

CVE-2020-1472

CVE-2020-1472 Checker & Exploit Code for CVE-2020-1472 aka Zerologon Tests whether a domain controller is vulnerable to the Zerologon attack, if vulnerable, it will resets the Domain Controller's account password to an empty string. NOTE: It will likely break things in production environments eg...

10CVSS7.7AI score0.99389EPSS
SaveExploits76References3
Kitploit
Kitploit
added 2026/09/16 2:29 a.m.6 views

dirkjanm-CVE-2020-1472

CVE-2020-1472 POC Requires the latest impacket from GitHub with added netlogon structures. Do note that by default this changes the password of the domain controller account. Yes this allows you to DCSync, but it also breaks communication with other domain controllers, so be careful with this! Mo...

10CVSS8.1AI score0.99389EPSS
SaveExploits76References1
Kitploit
Kitploit
added 2026/09/16 12:44 a.m.9 views

onelogon

Onelogon: Taking over Active Directory Accounts via Netlogon This repository contains code and data accompanying our paper Onelogon: Taking over Active Directory Accounts via Netlogon WOOT'26. 1. Context 2. How to Cite 3. Artifact Structure and Setup 4. Setting Up a Test Environment 5. Scanning f...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 11:51 p.m.7 views

CVE-2026-41089

CVE-2026-41089 root@kitploit: ██████╗██╗ ██╗███████╗ ██╗ ██╗ ██╗ ██████╗ ██████╗ ██╔════╝██║ ██║██╔════╝ ██║ ██║███║██╔═████╗██╔═████╗ ██║ ██║ ██║█████╗ ███████║╚██║██║██╔██║██║██╔██║ ██║ ╚██╗ ██╔╝██╔══╝ ██╔══██║ ██║████╔╝██║████╔╝██║ ╚██████╗ ╚████╔╝ ███████╗ ██║ ██║ ██║╚██████╔╝╚██████╔╝ ╚═════...

9.8CVSS8.8AI score0.79622EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/15 9:48 p.m.6 views

CVE-2026-41089-Netlogon-RCE

🚨 CVE-2026-41089: Critical Windows Netlogon RCE Unauthenticated Remote Code Execution on Active Directory Domain Controllers 🧠 Conceptual Overview I am publishing this technical breakdown of CVE-2026-41089 , an exceptionally critical vulnerability residing deep within the Windows Netlogon service...

9.8CVSS9.1AI score0.79622EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/15 8:54 p.m.9 views

SecuraBV-CVE-2020-1472

ZeroLogon testing script A Python script that uses the Impacket library to test vulnerability for the Zerologon exploit CVE-2020-1472. It attempts to perform the Netlogon authentication bypass. The script will immediately terminate when successfully performing the bypass, and not perform any...

10CVSS7.8AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 8:35 p.m.9 views

CVE-2020-1472

ZeroLogon testing script A Python script that uses the Impacket library to test vulnerability for the Zerologon exploit CVE-2020-1472. It attempts to perform the Netlogon authentication bypass. The script will immediately terminate when successfully performing the bypass, and not perform any...

10CVSS7.8AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 7:19 p.m.7 views

zerologon

Zerologon Summary A Zeek detection package for CVE-2020-1472, also known as Zerologon, which is a CVSS 10.0 privilege escalation vulnerability against the Netlogon protocol for Windows Server domain controllers. Notices By default, both notices are raised: ZerologonAttempt indicates the requisite...

10CVSS7.7AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 7:08 p.m.7 views

zerologon

Zerologon Set of scripts, to test and exploit the zerologon vulnerability CVE-2020-1472 What is it? ZeroLogon is a vulnerability that allows us to exploit a cryptography flaw in Microsoft's Active Directory Netlogon Remote Protocol MS-NRPC, which allows users to log in to servers using NTLM...

10CVSS7.5AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 6:39 p.m.5 views

CVE-2020-1472

CVE-2020-1472 POC Requires the latest impacket from GitHub with added netlogon structures. Do note that by default this changes the password of the domain controller account. Yes this allows you to DCSync, but it also breaks communication with other domain controllers, so be careful with this! Mo...

10CVSS7.9AI score0.99389EPSS
SaveExploits76References1
Kitploit
Kitploit
added 2026/09/15 6:11 p.m.8 views

CVE-2020-1472

CVE-2020-1472 POC Requires the latest impacket from GitHub with added netlogon structures. Do note that by default this changes the password of the domain controller account. Yes this allows you to DCSync, but it also breaks communication with other domain controllers, so be careful with this! Mo...

10CVSS7.9AI score0.99389EPSS
SaveExploits76References1
Kitploit
Kitploit
added 2026/09/15 5:17 p.m.8 views

zerologon

CVE-2020-1472 aka Zerologon Exploit POC What is it? NetLogon MS-NRPC, can establish inter-domain control vulnerable security channel. It's possible to zero out the password for the machine account on domain controllers. Notes: DC will be semi broken while password is zero'ed out, however this...

10CVSS7.9AI score0.99389EPSS
SaveExploits77References1
Kitploit
Kitploit
added 2026/09/15 5:12 p.m.7 views

CVE-2020-1472-Easy

CVE-2020-1472-Easy This is definitely not something you would want to run on anything that you care about. Built from a writeup and work from @obfuscatee and another source Uses code from https://github.com/dirkjanm/CVE-2020-1472 https://github.com/SecuraBV/CVE-2020-1472...

10CVSS8AI score0.99389EPSS
SaveExploits76References4
Kitploit
Kitploit
added 2026/09/15 4:53 p.m.6 views

zerologon

zerologon Check for events that indicate non compatible devices - CVE-2020-1472 EventID 5827 EventID 5828 EventID 5829 EventID 5830 EventID 5831 In August Microsoft patched CVE-2020-1472. With that patch theres a waiting period until 9th of february 2021 where unsecure connections will be accepte...

10CVSS7.8AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 2:28 p.m.12 views

ZeroLogon-Exploitation-Check

Script to automate Checks for potential exploitation of CVE-2020-1472 aka ZeroLogon in the domain. This is a very "quick and dirty" script that automates some of the leading artifects in determining an actual exploitation of CVE-2020-1472, compiled from multiple blogs. Ideally, the 2nd check for...

10CVSS7.7AI score0.99389EPSS
SaveExploits76
Kitploit
Kitploit
added 2026/09/15 2:15 p.m.6 views

CVE-2020-1472

ZeroLogon testing script A Python script that uses the Impacket library to test vulnerability for the Zerologon exploit CVE-2020-1472. It attempts to perform the Netlogon authentication bypass. The script will immediately terminate when successfully performing the bypass, and not perform any...

10CVSS7.8AI score0.99389EPSS
SaveExploits76
Rows per page
Query Builder