-
Notifications
You must be signed in to change notification settings - Fork 360
Description
Operating System: Windows 10
Python: Python.org 3.8.5
When trying to run script with arguments, it shows the same output as it would without any arguments.
I am not very familiar with python so I am unsure what may be the issue here.
The only thing I did non-default was install python for all users in Program Files and not in AppData.
Edit: I tried installing in AppData as well and had the same issue.
Script Output
C:\Users\username\Desktop>zerologon_tester.py
Usage: zerologon_tester.pyTests whether a domain controller is vulnerable to the Zerologon attack. Does not attempt to make any changes.
Note: dc-name should be the (NetBIOS) computer name of the domain controller.C:\Users\username\Desktop>zerologon_tester.py computername 192.168.1.1
Usage: zerologon_tester.pyTests whether a domain controller is vulnerable to the Zerologon attack. Does not attempt to make any changes.
Note: dc-name should be the (NetBIOS) computer name of the domain controller.
Output of prereqs:
Requirement already satisfied: cffi==1.14.2
Requirement already satisfied: click==7.1.2
Requirement already satisfied: cryptography==3.1
Requirement already satisfied: dnspython==2.0.0
Requirement already satisfied: Flask==1.1.2
Requirement already satisfied: future==0.18.2
Requirement already satisfied: impacket==0.9.21
Requirement already satisfied: itsdangerous==1.1.0
Requirement already satisfied: Jinja2==2.11.2
Requirement already satisfied: ldap3==2.8
Requirement already satisfied: ldapdomaindump==0.9.3
Requirement already satisfied: MarkupSafe==1.1.1
Requirement already satisfied: pyasn1==0.4.8
Requirement already satisfied: pycparser==2.20
Requirement already satisfied: pycryptodomex==3.9.8
Requirement already satisfied: pyOpenSSL==19.1.0
Requirement already satisfied: six==1.15.0
Requirement already satisfied: Werkzeug==1.0.1