From 1a35791a24360a2681a1c53543149fb77c3cd2e5 Mon Sep 17 00:00:00 2001 From: Podalirius <79218792+p0dalirius@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:55:15 +0200 Subject: [PATCH] Update FindUncommonShares.py --- FindUncommonShares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindUncommonShares.py b/FindUncommonShares.py index 38f628f..73a7c59 100644 --- a/FindUncommonShares.py +++ b/FindUncommonShares.py @@ -41,7 +41,7 @@ def get_domain_computers(target_dn, ldap_server, ldap_session): return results def parse_args(): - parser = argparse.ArgumentParser(add_help=True, description='Python (re)setter for property msDS-KeyCredentialLink for Shadow Credentials attacks.') + parser = argparse.ArgumentParser(add_help=True, description='Find uncommon SMB shares on remote machines.') parser.add_argument('-ts', action='store_true', help='Adds timestamp to every logging output') parser.add_argument('--use-ldaps', action='store_true', help='Use LDAPS instead of LDAP') parser.add_argument("-q", "--quiet", dest="quiet", action="store_true", default=False, help="show no information at all")