Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[NSE] Ubiquiti Discovery Service and decoding (unicast) #1457
Conversation
TomSellers
added some commits
Feb 4, 2019
TomSellers
referenced this pull request
Feb 4, 2019
Closed
Service Detection: Add Ubiquiti Discovery Service on 10001/udp #1454
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
scripts/ubiquiti-discovery.nse Outdated
This comment has been minimized.
This comment has been minimized.
The code has been updated to handle the v2 version of the discovery protocol. The output has been updated to reflect this additional detail as well as the fact that different devices have different fields. Here is an example of updated output. Protocol v1
Protocol v2
|
This comment has been minimized.
This comment has been minimized.
Thanks very much @nnposter for the feedback. |
TomSellers
added some commits
Feb 9, 2019
nmap-bot
closed this
in
75eed67
Feb 9, 2019
TomSellers
deleted the
TomSellers:ubiquiti_script
branch
Feb 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TomSellers commentedFeb 4, 2019
•
edited
This script leverages Ubiquiti's Discovery Service to discover Ubiquiti's networking gear if it is listening on
10001/udp
. This was the default state for many devices and versions of firmware. This is related to PR #1454.This is a unicast probe to the specified target.
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 week.
There is potential for a multicast script but this will need to wait until next week.