Skip to content

Commit

Permalink
Fix wrong SPNEGO auth_type
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Jan 31, 2024
1 parent a5d3192 commit 1a328ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scapy/layers/spnego.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ class SPNEGOSSP(SSP):
"supported_ssps",
"force_supported_mechtypes",
]
auth_type = 0x0A
auth_type = 0x09

class STATE(SSP.STATE):
FIRST = 1
Expand Down

0 comments on commit 1a328ea

Please sign in to comment.