Skip to content

Commit

Permalink
Update FindUncommonShares.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Oct 6, 2021
1 parent 3994c6e commit 1a35791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindUncommonShares.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1a35791

Please sign in to comment.