Update README.md

This commit is contained in:
victim10wq3 2020-09-16 10:28:52 -04:00 committed by GitHub
parent c8a3da72d3
commit 838f36f0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ versions.
## Running the script
The script targets can be used to target a DC or backup DC. It likely also works against a read-only DC, but this has
not been tested. Given a domain controller named `EXAMPLE-DC` with IP address `1.2.3.4`, run the script as follows:
not been tested. Given a domain controller named `EXAMPLE-DC` with a file containing a list of IP address `IPlist.txt`, run the script as follows:
./zerologon_tester.py EXAMPLE-DC 1.2.3.4
./zerologon_tester.py EXAMPLE-DC IPlist.txt
The DC name should be its NetBIOS computer name. If this name is not correct, the script will likely fail with a
`STATUS_INVALID_COMPUTER_NAME` error.