lgandx / Responder

Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication.
GNU General Public License v3.0
5.39k stars 768 forks source link

Feature Request: LDAP over TLS / LDAPS Support #263

Closed MichaelGrafnetter closed 9 months ago

MichaelGrafnetter commented 9 months ago

Hi, it would be nice if LDAPS was also supported.

Adding the following line to Responder.py seems to do the job:

threads.append(Thread(target=serve_thread_SSL, args=(settings.Config.Bind_To, 636, LDAP,)))
exploide commented 9 months ago

Good idea, also thought about this some weeks ago. I tested your suggestion and it works.

Submitted a PR in #264.