-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Service Detection: Add Ubiquiti Discovery Service on 10001/udp #1454
Conversation
@dmiller-nmap - I added an entry to Lines 352 to 358 in a0418c0
|
Additional examples that show short model name. This output aligns with output from the script. Version 1
Version 2, some with software version
|
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\0
and 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.