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

AP mode port 67 #3

Open
mishaturnbull opened this issue Nov 28, 2018 · 1 comment
Open

AP mode port 67 #3

mishaturnbull opened this issue Nov 28, 2018 · 1 comment
Labels
requires-camera Whether or not the issue requires access to the camera device to work on test-request Requesting a test/scan/other something to be done to the camera

Comments

@mishaturnbull
Copy link
Member

mishaturnbull commented Nov 28, 2018

This is a request for information issue

Want to test more in-depth AP mode's port 67/udp.

IANA's serivce name/port registry lists 67/udp as BOOTP, and the associated RFC specifies 67 as the server (with 68 as a client). However, Nmap identified the service as dhcps. IANA doesn't mention it, but Wikipedia mentions that DHCP also uses port 67 (and 68).

nmap -sS -sU -p 67 -T3 -A -vvv --script all 192.168.10.1

This test requires root priviliges.

Is there any chance that this will cause damage/in some way alter the code executing on the camera?
Shouldn't be.

Does this test prelude/follow up on others? If so, what?
Maybe. If the service is bootps, further investigation may yield a method of mapping parts of the filesystem.
If the test is inconclusive, utilizing the DHCP failover protocol (port 647/847) may yield more information.

@mishaturnbull mishaturnbull added test-request Requesting a test/scan/other something to be done to the camera requires-camera Whether or not the issue requires access to the camera device to work on labels Nov 28, 2018
@mishaturnbull
Copy link
Member Author

Note that in later revisions of RFC951 (for example, RFC1533) mention using DHCP and/or BOOTP over TCP, not UDP (as the port was marked by Nmap).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires-camera Whether or not the issue requires access to the camera device to work on test-request Requesting a test/scan/other something to be done to the camera
Projects
None yet
Development

No branches or pull requests

1 participant