Skip to content

Commit a6225e5

Browse files
committed
fix review
1 parent 64cbd35 commit a6225e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ldap/proto_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def proto_args(parser, parents):
1313
egroup = ldap_parser.add_argument_group("Retrieve hash on the remote DC", "Options to get hashes from Kerberos")
1414
egroup.add_argument("--asreproast", help="Output AS_REP response to crack with hashcat to file")
1515
egroup.add_argument("--kerberoasting", help="Output TGS ticket to crack with hashcat to file")
16-
egroup.add_argument("--no-preauth-targets", nargs=1, dest="no_preauth", help="Targeted kerberoastable users")
16+
egroup.add_argument("--no-preauth-targets", nargs=1, dest="no_preauth_targets", help="Targeted kerberoastable users")
1717

1818
vgroup = ldap_parser.add_argument_group("Retrieve useful information on the domain")
1919
vgroup.add_argument("--base-dn", metavar="BASE_DN", dest="base_dn", type=str, default=None, help="base DN for search queries")

0 commit comments

Comments
 (0)