We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e60e5 commit 2922c04Copy full SHA for 2922c04
1 file changed
nxc/protocols/ldap.py
@@ -981,7 +981,7 @@ def asreproast(self):
981
hash_asreproast.write(f"{hash_TGT}\n")
982
983
def kerberoasting(self):
984
- if self.args.no_preauth_user:
+ if self.args.no_preauth:
985
if not self.args.username:
986
self.logger.fail("Use -u/--username to supply a list of usernames or SPNs (file or comma-separated list)")
987
return
@@ -1005,7 +1005,7 @@ def kerberoasting(self):
1005
continue
1006
1007
hashline = KerberosAttacks(self).get_tgs_no_preauth(
1008
- self.args.no_preauth_user,
+ self.args.no_preauth,
1009
spn
1010
)
1011
if hashline:
0 commit comments