0

I have followed the procedure below to fill proxy information in cntlm.ini.

It worked fine and I was able to authenticate properly.

How to fill proxy information in cntlm config file

However, Windows required a password change. After the password, I would need to change the password: eg.

Auth            NTLMv2
PassNTLMv2      98D6986BCFA9886E41698C1686B58A09 (New Encrypted Password).

By using this command below, to obtain the new encrypted password to go in the cntlm.ini file.

cntlm.exe -c cntlm.ini -I -M http://www.bbc.co.uk

But i get the exception below:

Error

Does anyone know a work around?

  • 1
    It is warning not an error. It is due to `cntlm` using an old cygwin1.dll https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings – matzeri Feb 10 '18 at 11:06

1 Answers1

0

The the old password needed to removed from the .config file so that I could get a new one.

Consuela
  • 241
  • 5
  • 14