Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 396 Bytes

CVE-2020-0796 DoS PoC (SMBGhost)

A simple demonstration exploiting CVE-2020-0796. This script will induce a BSoD in vulnerable machines.
Pure Python 3 with no additional dependencies required.

Usage

python CVE-2020-0796-DoS.py <target IP>

Credit

Hard-coded packet data was derived from this PoC script by maxpl0it.