ntlm Questions

3

Solved

How can I calculate NTLM hash of a passowrd in python? Is there any library or sample code? I want it for writing a NTLM brute force tools with python (Like Cain & Abel )
Prudential asked 24/3, 2013 at 20:30

6

I'm working in a company that's using a proxy to connect to the internet. Some of my applications, especially package-managers of any kind are unable to connect to the proxy and produce 407 (Proxy ...
Huberman asked 6/12, 2017 at 12:51

3

I have been using curl for some time now and its working fine but with a proxy which uses users 'domain\username' to authenticate curl fails asking for Authorization. Authorization method is NTLM. ...
Yokefellow asked 10/6, 2013 at 20:9

4

Solved

I have a dynamic php page which I need to call with a get parameter. I then want to put the generated html into a string and use it later ( I'm tryign out tonic framework for web services) So this...
Lactoprotein asked 2/2, 2012 at 11:40

3

Solved

Consider a simple C# NET Framework 4.0 application, that: uses WebClient authenticates using NTLM (tested on IIS 6.0 and IIS 7.5 server) retrieves a string from an URL multiple times using Downlo...
Terminus asked 30/9, 2016 at 8:51

2

Solved

I am trying to use the HttpClient to access a REST service which requires NTLM authentication. However I keep getting a 401 Unauthorized. My code looks like this private static void Main() { va...
Fico asked 14/12, 2017 at 22:9

5

Solved

I am trying to implement a soap client for a server that uses NTLM authentication. The libraries that I use (requests-ntlm2 which relies on ntlm-auth) implement the MD4 algorithm that lies in the c...
Tan asked 12/11, 2021 at 6:1

1

I am attempting to run & debug a Powershell script (which is tailored to run on a remote Windows PC), on MacOS (Monterey M1) through Visual Studio Code. Mac Name Value ---- ----- PSVersion 7.2....
Phlogopite asked 13/1, 2022 at 18:47

6

Solved

An IIS7 Intranet site with Windows Authentication enabled. When hit from Chrome on windows the pass-through authentication works fine (no User / Password prompt), however, Chrome on a Mac you get a...
Menstruation asked 23/12, 2011 at 13:47

4

I am trying to use NTLM authentication for my REST calls to TeamCity using RestSharp. IRestClient _client=new RestClient(_url); _client.Authenticator = new NtlmAuthenticator (System.Net.Credenti...
Labors asked 21/11, 2013 at 11:44

4

Solved

How can I use automatic NTLM authentication from python on Windows? I want to be able to access the TFS REST API from windows without hardcoding my password, the same as I do from the web browser ...
Cheddar asked 2/8, 2017 at 6:59

3

Solved

I gone through some websites for better understanding of ntlm like http://www.innovation.ch/personal/ronald/ntlm.html. And I started to create a demo which authenticate users in nodejs application ...
Flopeared asked 17/11, 2014 at 8:17

11

I'm running Jenkins CI inside a corporate network which uses a proxy for internet access. I tried to configure proxy details in Plugins->Advanced, but even though the credentials are correct (yeah...
Housemaid asked 16/4, 2015 at 18:13

14

Solved

I'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, but with Windows Auth + disabled anonymous authentication, the OPTIONS r...
Smocking asked 23/5, 2012 at 15:25

1

In chrome dev tools, how do i see all elements of a request, specifically the working of the Ntlm challenge? Ex. If i do a GET to a URL and the server issues a NTLM challenge, there are multiple r...
Revenuer asked 29/1, 2015 at 17:44

5

Solved

I want to use Windows NTLM authentication in my Java application to authenticate intranet users transparently. The users should not notice any authentication if using their browsers (single sign-on...
Benedick asked 22/2, 2013 at 9:25

3

Solved

Pretty simple problem. I'm unable to install VS 2017 RC behind an NTLM corporate proxy. I have tried running it through fiddler and fiddler + cntlm with no luck. I have also tried creating .exe.co...
Benue asked 16/1, 2017 at 15:25

10

I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response with ?wsdl URL. Now I'm trying to test the service through WCF Test client. It shows...
Homogenesis asked 25/6, 2009 at 13:46

3

I want to login to a Sharepoint portal which brings up a login dialog but is using NTLM authentication. How can I modify the HTTP headers in C# to make a successful login request? I assume I would ...
Catenoid asked 5/10, 2009 at 15:12

5

Anyone knows if is possible to do reverse proxy with Windows authentication that uses NTLM? I cant find any example on this. What should be the values of more_set_headers field? location / { prox...
Witchery asked 22/1, 2014 at 13:57

1

Solved

Is there a way to use CNTLM proxy with autoconfiguration .pac file? I'd like CNTLM to automatically decide, which urls should be resolved through proxy and which directly (basing on a remote corpor...
Pestilence asked 23/8, 2018 at 13:18

2

I want to authenticate NTLM using Rest template , can any one suggest the way ?
Ninos asked 22/8, 2017 at 7:18

9

So I've created a new ASP.NET MVC project using the intranet template. web.config contains the appropriate values (e.g. <authentication mode="windows"/>). If I fire up the web app using the ...
Expectorate asked 12/9, 2011 at 11:28

2

I am unable to successfully call a WCF service with NTLM authentication from .NET Core running on a linux box (docker container). The same code works perfectly on Windows 10 though. What I have do...
Salesperson asked 15/5, 2019 at 13:13

2

I want to build a server using Node.js, which acts as some kind of proxy. The clients that connect to my server use NTLMv2 for authentication (there is no chance to change this), but the upstream s...
Sailboat asked 8/7, 2019 at 13:47

© 2022 - 2025 — McMap. All rights reserved.