Questions tagged [ntlmv2]

67 questions
0
votes
1 answer

using python-requests with cntlm corporate proxy

I got some python applications I'd like to run behind a corporate proxy. I'm using cntlm and I think it's configured properly so far because wget, curl and pip and so on are working pretty well. i.e.: sudo wget…
Andrew
  • 67
  • 8
0
votes
1 answer

How to Request an External JSON URL From Within Java Servlet or Class When the JSON URL sits behind NTLM Authentication On Another Server/Domain

Accessing the following JSON URL from within the web browser is simple on a Windows machine as this pops up an authentication box asking for the username and password which when entered displays the JSON data correctly.…
0
votes
1 answer

Call NTLMv2 secured endpoint via Apache Camel

I am using Apache Camel 2.19 and I am able to use NTLMv1 when calling my endpoint using camel-http module that supports NTLMv1 out of the box: from("activemq:{{queue.feedback}}") .to("http://localhost:8888/ntlm/secured?authMethodPriority=NTLM …
Danylo Zatorsky
  • 5,856
  • 2
  • 25
  • 49
0
votes
0 answers

NTLMv2 JCIFS password hash

I'm trying to figure out if JCIFS and NTLMv2 browser logins will actually work. No password is passed from browser to server, but there are password hashes. When you ask Smb.login() to process it ends up at public static byte[] nTOWFv2(String…
magicaltrout
  • 494
  • 3
  • 14
0
votes
1 answer

Npgsql error after changing Windows Local Network Security policy

Our company has recently started doing business with a partner that is trying to give us a Web-based RDP connection into their systems. As a part of their setup documentation, they are requiring us to change the Local Network Security policy for…
G_Hosa_Phat
  • 976
  • 2
  • 18
  • 38
0
votes
1 answer

ntml message encrypt from client issue

last two days I was searching for NTLM library for php. One of our service uses Auhorization based on NTLM protocol. I want to integrate/automate process from another service. In other words I need to crypt and send type 3 message to authenticate,…
Velaro
  • 461
  • 1
  • 3
  • 20
0
votes
0 answers

How to configure NTLM Authentication and use it in Java?

I have few questions related to NTLM. Is NTLM configurations possible with Windows and access via any client supporting NTLM via http/https? I have tried configuring in windows7 as per the…
shazakham
  • 58
  • 1
  • 9
0
votes
1 answer

NTLMv2 authorization using Axis 1.4

I have a working application (JEE6) using Axis1.4 library to make SOAP requests to service behind NTLM authorization. After the service provider did the OS upgrade on their side, my requests started receiving 401 (unauthorized) status. I believe the…
D00de
  • 880
  • 3
  • 7
  • 26
0
votes
1 answer

NTLMv2 Computer account unknown user name

I use ntlmv2 authentication using filter. I just need to know what is Computer account. Is it a normal account? My filter is like this: ntlmv2-auth view.NtlmFilter
0
votes
3 answers

Ruby NTLM Version 2 Gem or Library

For a project I'm doing in ruby, I need to create an NTLM version 2 authentication against a remote server, I'm using ruby, not ruby on rails. The client (my project) is on a Linux Machine (Ubuntu server 14.04), the remote server is a windows 2008R2…
Ba7a7chy
  • 1,471
  • 4
  • 14
  • 29
0
votes
0 answers

NTLM token verification in Java

I want to verify/authenticate the type3message that Apache httpd server has received from the client browser and passed to Apache Tomcat. I am just not able to figure out how to do it. I have the following mechanism in place as depicted here. C is…
JHS
  • 7,761
  • 2
  • 29
  • 53
0
votes
1 answer

SSO with NTLM and PHP only

I try to create a SSO in a Windows Domain using NTLM and no server modules with an Apache2 server on a Linux machine which is not in the Windows domain. Don't know if this is even possible. But I show you now what I've figured out and what I've to…
TiMESPLiNTER
  • 5,741
  • 2
  • 28
  • 64
0
votes
1 answer

SSPI negotiation result

I cannot find what SSPI function should I have to call to get the type of protocol that Windows picked up after the AcquireCredentialsHandle() with Negotiate option... !?
Stef
  • 3,691
  • 6
  • 43
  • 58
0
votes
1 answer

SSPI negociation dilemma

When SSPI is in "negociate mode", NTLM seems to be the favorite one (a legacy story). But when and why SSPI will consider (and pick) Kerberos ? (As far as I can see, when a client and server are on the same machine, NTLM is picked out)
Stef
  • 3,691
  • 6
  • 43
  • 58
0
votes
1 answer

Create NTLM Challenge_Message - How to get AV_PAIR values?

I am currently trying to write a function to create a NTLM Challenge Message in python3. Are there any modules/ functions which would help me to get the values to create the AV_PAIRs? I am not quite sure when to use which functions to get the right…
Martin
  • 1