HTTP and NTLMv2 authentication - WeOnlyDo Discussion board

HTTP and NTLMv2 authentication (wodHttpDLX)

by dirk@woodstone.nu, Thursday, May 07, 2020, 11:06 (1440 days ago)

Hi,


Is the HTTP component able to use NTLMv2 authentication too or just NTLMv1?

dirk.

HTTP and NTLMv2 authentication

by wodSupport, Friday, May 08, 2020, 08:00 (1439 days ago) @ dirk@woodstone.nu

Hi Dirk,

wodHttpDLX supports only NTLMv1 type of authentication.

Regards,
Jasmine.

HTTP and NTLMv2 authentication

by dirk, Friday, May 08, 2020, 08:08 (1439 days ago) @ wodSupport

Hi Dirk,

wodHttpDLX supports only NTLMv1 type of authentication.

Regards,
Jasmine.

Any plans to add ntlmv2?

HTTP and NTLMv2 authentication

by wodSupport, Friday, May 08, 2020, 10:36 (1439 days ago) @ dirk

Hi Dirk,

we didn't have requests for it so far, and such features are usually added on request.

We could add it, not a problem. It will take at least a week until we set up testing environment and do the coding, will get back to you.

Jasmine.

HTTP and NTLMv2 authentication

by Jasmine, Thursday, May 14, 2020, 00:57 (1434 days ago) @ wodSupport

Dirk,

after trying to figure out testing environment and finding possible candidate to test wodHttpDLX, there is actually NTLMv2 support already in wodHttpDLX. However, currently we're not sure what server-side to use for testing it at all. If you have trouble with some proxy server, please let us know.

Jasmine.

HTTP and NTLMv2 authentication

by dirk@woodstone.nu, Thursday, May 21, 2020, 13:05 (1426 days ago) @ Jasmine

Dirk,

after trying to figure out testing environment and finding possible candidate to test wodHttpDLX, there is actually NTLMv2 support already in wodHttpDLX. However, currently we're not sure what server-side to use for testing it at all. If you have trouble with some proxy server, please let us know.

Jasmine.


Is this only for the proxy authentication or also for the page authentication?


dirk

HTTP and NTLMv2 authentication

by wodSupport, Friday, May 22, 2020, 04:18 (1426 days ago) @ dirk@woodstone.nu

Hi Dirk,

Both for page authentication and proxy authentication are supported.

Regards,
Jasmine

HTTP and NTLMv2 authentication

by dirk@woodstone.nu, Friday, May 22, 2020, 08:28 (1425 days ago) @ wodSupport

Hi Dirk,

Both for page authentication and proxy authentication are supported.

Regards,
Jasmine


does this mean that we should set .Authentication to AuthNTLM for webpage authentication using ntlmv2?


dirk.

HTTP and NTLMv2 authentication

by wodSupport, Saturday, May 23, 2020, 10:03 (1424 days ago) @ dirk@woodstone.nu

Hi Dirk.

authNTLM or authAutomatic both should work. Component will resend request with new authentication details when set to authAutomatic, both for proxies and page authentication.

Regards,
Jasmine.