# bvcyber/CVE-2020-1472

Test tool for CVE-2020-1472

Repository: https://github.com/bvcyber/CVE-2020-1472
Canonical: https://ross.abutalabs.com/products/cve-2020-1472
Language: Python
License: MIT
License Family: permissive
Last push: 2025-06-27T07:13:13+00:00

## Health v2 (maintenance only)
Score: 45/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 28, release rhythm 35, longevity 100
- inputs: {"age_days": 2185, "days_push": 432, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1830, forks 355 (observed 2026-08-28T04:05:41.794634+00:00)

## What it is
A Python CLI script that tests domain controllers for the ZeroLogon vulnerability (CVE-2020-1472) using the Impacket library. It attempts the Netlogon authentication bypass and stops immediately on success, without performing any further Netlogon operations.

## Use cases
- test if a domain controller is vulnerable to ZeroLogon
- check CVE-2020-1472 on a Windows DC
- detect Netlogon authentication bypass vulnerability
- verify patch status of a domain controller for ZeroLogon
- run ZeroLogon tester from a Docker container

## When to choose
- you need a quick, safe detection script for CVE-2020-1472 that does not exploit beyond the auth bypass
- you want a lightweight Python tool based on Impacket
- you need to audit domain controllers during a penetration test or patch verification

## When to avoid
- you need full exploitation or post-exploitation of ZeroLogon, not just detection
- your target is not a domain controller or backup DC
- you cannot meet the Python 3.7+ requirement or obtain the correct NetBIOS name of the DC

## Facets
- artifact type: cli-tool
- maturity: stable
- function: security, penetration-testing, cli
- domain: security, penetration-testing, networking
- platform: python, cli
- tags: zerologon, cve-2020-1472, vulnerability-testing, impacket, active-directory, domain-controller, linux, docker

## Member repositories
- bvcyber/CVE-2020-1472 (main) score 45

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.794634+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:19:14.910181+00:00, confidence not recorded.
  - readme: https://github.com/bvcyber/CVE-2020-1472 (fetched 2026-08-28T04:05:41.794634+00:00, sha f46edad1a964)
- Data as of 2026-08-30T08:39:29.467469+00:00.
