Skip to content

Commit

Permalink
fix: remove extra param added erroneously
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Oct 14, 2023
1 parent d8b2931 commit cdc8bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nxc/protocols/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ def kerberoasting(self):
TGT["KDC_REP"],
TGT["cipher"],
TGT["session_key"],
TGT["session_key"],
)
r = KerberosAttacks(self).output_tgs(
tgs,
Expand Down

0 comments on commit cdc8bdb

Please sign in to comment.