File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def proto_args(parser, parents):
1717
1818 vgroup = ldap_parser .add_argument_group ("Retrieve useful information on the domain" , "Options to to play with Kerberos" )
1919 vgroup .add_argument ("--query" , nargs = 2 , help = "Query LDAP with a custom filter and attributes" )
20+ vgroup .add_argument ("--find-delegation" , action = "store_true" , help = "Finds delegation relationships within an Active Directory domain." )
2021 vgroup .add_argument ("--trusted-for-delegation" , action = "store_true" , help = "Get the list of users and computers with flag TRUSTED_FOR_DELEGATION" )
2122 vgroup .add_argument ("--password-not-required" , action = "store_true" , help = "Get the list of users with flag PASSWD_NOTREQD" )
2223 vgroup .add_argument ("--admin-count" , action = "store_true" , help = "Get objets that had the value adminCount=1" )
You can’t perform that action at this time.
0 commit comments