You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with python3 ntlm_challenger.py 'http://autodiscover.$TARGET.com/autodiscover/ I receive the following error.
Traceback (most recent call last):
File "ntlm_challenger.py", line 258, in <module>
main()
File "ntlm_challenger.py", line 251, in main
challenge = parse_challenge(challenge_message)
File "ntlm_challenger.py", line 151, in parse_challenge
signature = decode_string(challenge_message[0:7]) # b'NTLMSSP\x00' --> NTLMSSP
File "ntlm_challenger.py", line 17, in decode_string
return byte_string.decode('UTF-8').replace('\x00', '')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcc in position 2: unexpected end of data
The text was updated successfully, but these errors were encountered:
When running with
python3 ntlm_challenger.py 'http://autodiscover.$TARGET.com/autodiscover/
I receive the following error.The text was updated successfully, but these errors were encountered: