Skip to content

Commit 176c480

Browse files
authored
Update proto_args, added find delegation
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
1 parent 398716d commit 176c480

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/protocols/ldap/proto_args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)