Service Detection: Add Ubiquiti Discovery Service on 10001/udp #1454
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds UDP service probe and match lines for Ubiquiti Discovery Service on
10001/udp.NOTE : The PR has been updated to include coverage of v2 of the protocol.
The Discovery Service is used by various Ubiquiti networking gear. The Ubiquiti Discovery Tool sends a 4 byte payload of
\x01\0\0\0and devices with the service will respond with hostname, model, firmware, MAC addresses, IP Addresses, etc.v1 output
v2 output
This is related to PR #1457
Context: https://blog.rapid7.com/2019/02/01/ubiquiti-discovery-service-exposures/
If there aren't any objections or changes requested I will commit this code and the corresponding Changelog entry this weekend.