Project: ntlm-auth

Language python
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 1029
Lines covered 468
Code coverage 45.48%
Code coverage report Report link
Static reachability 25.82%
Fuzz Introspector report Report link (from 2025-07-23)

Historical Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
ntlm_auth.ntlm.Ntlm.create_negotiate_message ntlm_auth.ntlm 286 0.0%
ntlm_auth.ntlm.Ntlm.create_authenticate_message ntlm_auth.ntlm 286 0.0%
ntlm_auth.ntlm.NtlmContext.step ntlm_auth.ntlm 280 0.0%
ntlm_auth.messages.AuthenticateMessage.__init__ ntlm_auth.messages 222 0.0%
ntlm_auth.compute_response.ComputeResponse.get_nt_challenge_response ntlm_auth.compute_response 164 0.0%
...fuzz_ntlm_auth.fuzz_compute_response ...fuzz_ntlm_auth 137 0.0%
ntlm_auth.compute_response.ComputeResponse.get_lm_challenge_response ntlm_auth.compute_response 127 0.0%
...fuzz_ntlm_auth.fuzz_hash ...fuzz_ntlm_auth 107 0.0%
...fuzz_ntlm_auth.fuzz_compute_keys ...fuzz_ntlm_auth 107 0.0%
ntlm_auth.compute_response.ComputeResponse._get_NTLM2_response ntlm_auth.compute_response 101 0.0%