From 838f36f0cf00cf4905ee2663e2a8c7a1018aba59 Mon Sep 17 00:00:00 2001 From: victim10wq3 <46973456+victim10wq3@users.noreply.github.com> Date: Wed, 16 Sep 2020 10:28:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e04e3..d11b7c8 100644 --- a/README.md +++ b/README.md @@ -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.