interactsh icon indicating copy to clipboard operation
interactsh copied to clipboard

changes to disable LDAP and FTP in responder when they are used by "interactsh"

Open derekkddj opened this issue 1 year ago • 2 comments

Now if someone wants to use interact + responder (docker) it will fail and the responder docker does not start. This is because by default interactsh starts a LDAP server on port 389, and the default command for responder docker uses this port too. The "docker run" command fails and does not start.

There should be an option for disabling "interact"LDAP server completly so there is not ports conflicts with the "responder" command.

This change takes cares of this option, and changes the "docker run" command so there is no port conflicts with LDAP or FTP.

derekkddj avatar Oct 03 '24 14:10 derekkddj