Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Connectionless LDAP (LDAP over udp) support to ldap-rootdse #362

Closed
wants to merge 2 commits into from
Closed

Add Connectionless LDAP (LDAP over udp) support to ldap-rootdse #362

wants to merge 2 commits into from

Conversation

TomSellers
Copy link

These changes add connectionless LDAP ( LDAP over UDP ) support to ldap-rootdse. CLDAP is a Microsoft specific implementation. Please See PR #354 for the relevant background.

This PR also extracts version and hostname information similar to PR #354 from both TCP and UDP results.

Add function udpSearchRequest to ldap.lua.  It is basically a version of SearchRequest that doesn't request a socket and connects to the target service over UDP using comm.exchange.
Finalize adding UDP support as well as adding service version detection and information extraction.
@nmap-bot nmap-bot closed this in ee4ed66 Apr 9, 2016
@TomSellers TomSellers deleted the TomSellers-NSE-CLDAP branch April 10, 2016 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant